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

about the handling of crashes #17

Open
yezihagendasi opened this issue Apr 22, 2020 · 2 comments
Open

about the handling of crashes #17

yezihagendasi opened this issue Apr 22, 2020 · 2 comments

Comments

@yezihagendasi
Copy link

Hello, I want to ask about the handling of crashes. How did you deal with these crashes? Are there any tools that can be used for reference? Thank you!

@Dongdongshe
Copy link
Owner

We use Address Sanitizer(ASan) to analyze those crashes. To build an asan-enabled binary, you can use clang and add "-fsanitize=address" to the CFLAG.
If you want to diagnose the crashes found on example binaries from Neuzz corpus, use the compiler command like this:
CC=gcc CFLAGS="-m32 -fsanitize=address"

@yezihagendasi
Copy link
Author

yezihagendasi commented Jun 21, 2020 via email

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