autoPwn icon indicating copy to clipboard operation
autoPwn copied to clipboard

LibDislocator Option

Open bannsec opened this issue 7 years ago • 3 comments

Add option to utilize LibDislocator during fuzzing.

bannsec avatar Sep 02 '18 05:09 bannsec

Looks like this was added in afl version 2.24b

--------------
Version 2.24b:
--------------

  - Added libdislocator.so, an experimental, abusive allocator. Try
    it out with AFL_LD_PRELOAD=/path/to/libdislocator.so when running
    afl-fuzz.

This will first require updating the afl version with angr fuzz, which is terribly out of date at 1.85b.

bannsec avatar Sep 03 '18 17:09 bannsec

Turns out shellphish-afl has been updated to work with 2.52b for some time now? Guess they never pushed that update to pypi. Waiting on push.

https://github.com/shellphish/shellphish-afl

bannsec avatar Feb 24 '19 23:02 bannsec

Hacked together my own update for this while i wait for the actual package to be updated. autoPwn now uses 2.52b.

bannsec avatar Feb 25 '19 15:02 bannsec