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

does it support qemu-mode to do black-box fuzzing? #442

Open
nicylisa opened this issue Jan 4, 2024 · 2 comments
Open

does it support qemu-mode to do black-box fuzzing? #442

nicylisa opened this issue Jan 4, 2024 · 2 comments

Comments

@nicylisa
Copy link

nicylisa commented Jan 4, 2024

i have a binary which does not support std, so i cannot do instrumentations with afl. but it seems no support for qemu-mode too. any other way can test this kind of program?

@smoelius
Copy link
Member

smoelius commented Jan 4, 2024

Does that mean you do not have the binary's source code?

If so, then I don' think afl.rs will be of much use. In a nutshell, afl.rs just sets the appropriate compiler flags so that the resulting binary can be fuzzed with AFL. But you still need the source code to compile.

Sorry if I have misunderstood.

@vanhauser-thc
Copy link
Contributor

In such a case you just compile it normally and use AFL++ qemu_mode or write a libafl qemu harness. but maybe it is not a user mode program? then libafl system qemu would be the right choice

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

3 participants