Jackalope
Jackalope copied to clipboard
PROGRAM ABORT : No interesting input files
i try to reproduce the 7z.exe project , the 7z project is shown as below: https://github.com/nafiez/Vulnerability-Research/tree/master/7-Zip%20Fuzzing
got errors when run Jackalope fuzzer command
fuzzer.exe -in in -out out -t 2000+ -delivery file -instrument_module 7z.exe -target_module 7z.exe -target_offset 0x0012f0 -nargs 2 -iterations 50000 -persist -loop -cmp_coverage -- "C:\Program Files (x86)\7-Zip\7z.exe" e -y @@
[!] WARNING: Process exit during target function
[!] WARNING: Input sample resulted in a hang [-] PROGRAM ABORT : No interesting input files Location : Fuzzer::SynchronizeAndGetJob(), C:\Users\ss\Jackalope-main\fuzzer.cpp:613
I can't offer support for a specific target, but
- It might be an issue with the offset. Are you sure you are using the exact same version as in the post you linked? Can you confirm by examining the assembly code at that offset
- Adding
-trace_debug_eventscould give you more information about what's going on.