bannsec / autoPwn

Automate repetitive tasks for fuzzing
122 stars 32 forks source link

LibDislocator Option #17

Open bannsec opened 5 years ago

bannsec commented 5 years ago

Add option to utilize LibDislocator during fuzzing.

bannsec commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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