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
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_events could give you more information about what's going on.
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
[!] 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