googleprojectzero / googleprojectzero/Jackalope
PROGRAM ABORT : No interesting input files
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported command and inspect fuzzer.cpp at Fuzzer::SynchronizeAndGetJob(), line 613. Compare the invocation and input setup with the linked 7-Zip Fuzzing project. Done means the cause of the process exit, hang, or missing interesting inputs is identified and a successful fuzzing run or documented required setup is provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- reverse-engineering, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100