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

PROGRAM ABORT : No interesting input files #31

Open
zhouat1 opened this issue Mar 11, 2022 · 1 comment
Open

PROGRAM ABORT : No interesting input files #31

zhouat1 opened this issue Mar 11, 2022 · 1 comment

Comments

@zhouat1
Copy link

zhouat1 commented Mar 11, 2022

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

@ifratric
Copy link
Collaborator

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.

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

2 participants