Skip to content

Allow ASAN binaries and add some quality-of-life improvements#16

Open
ammaraskar wants to merge 3 commits intoDongdongshe:masterfrom
ammaraskar:master
Open

Allow ASAN binaries and add some quality-of-life improvements#16
ammaraskar wants to merge 3 commits intoDongdongshe:masterfrom
ammaraskar:master

Conversation

@ammaraskar
Copy link
Copy Markdown

Contributing these upstream, these are some changes I found useful when testing locally.

  • Allows running ASAN instrumented binaries, I've placed instructions on how to do so in the README.

  • Stops hardcoding of the seeds/ folder in nn.py

  • Binds the socket with SO_REUSEADDR so you don't have to wait for the OS to release the socket if the process crashes.

Please do test locally if you can, I can't be sure that I haven't broken any behavior you were relying on.

Enable ASAN usage by providing -m none to AFL programs.

Bind socket with reusable addr.

Don't hardcode seeds/ directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant