Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use aflgo with asan? #38

Closed
1wc opened this issue Dec 14, 2018 · 1 comment
Closed

How to use aflgo with asan? #38

1wc opened this issue Dec 14, 2018 · 1 comment

Comments

@1wc
Copy link

1wc commented Dec 14, 2018

Hello, I tried to reproduce the evoluation of CVE-2011-3328 on libpng1.5.4. I did the first instrumentation without ASAN to generate distance.cfg.txt, then I did the second instrumentation with export AFL_USE_ASAN=1. So is it correct if I do not use asan during the first instrumentation? Thanks!

@mboehme
Copy link
Collaborator

mboehme commented Dec 17, 2018

Yes. Not using ASAN (or any other sanitizer or optimization for that matter) is better during the computation of the distance values distance.cfg.txt.

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

No branches or pull requests

2 participants