- Chicago, Illinois
- http://www.aaronopfer.com
Block or Report
Block or report AaronOpfer
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
9 contributions in the last year
Contribution activity
June 2022
Created 1 commit in 1 repository
Created a pull request in eteran/edb-debugger that received 11 comments
make binary string search read proc mem in chunks
Instead of trying to read an entire debuggee process region at once, read up to 4096 pages at a time. This should reduce memory issues when running…
+48
−33
•
11
comments
Reviewed 1 pull request in 1 repository
eteran/edb-debugger
1 pull request
Created an issue in eteran/edb-debugger that received 1 comment
Debugger doesn't respect Signal Ignore Preferences
Despite configuring preferences like so: edb does not pass through signals to the debuggee, and instead pauses the program. Reproduction steps: A…
1
comment