Jackalope icon indicating copy to clipboard operation
Jackalope copied to clipboard

PROGRAM ABORT : No interesting input files

Open zhouat1 opened this issue 3 years ago • 1 comments

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

zhouat1 avatar Mar 11 '22 01:03 zhouat1

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

ifratric avatar Mar 11 '22 10:03 ifratric