You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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
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?
The text was updated successfully, but these errors were encountered: