sslab-gatech / winnie

Winnie is an end-to-end system that makes fuzzing Windows applications easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NO new instrumentation output

mineechor opened this issue · comments

commented

Please provide more information, including:

  • System hardware configuration
  • OS configuration and version (from winver)
  • Test case
  • Full command line
  • Output from debug build and debug mode enabled

No new instrumentation output means that the test case does not hit any new basic blocks. This may be a result of normal operation, not a bug.

configuration:Windows 10 x64 version 10.0.19044
cpu Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 2.59 GHz 6 cores
RAM 16GB
cmd:afl-fuzz -i in -o out -t 9000 -I 9000 -- -bbfile basicblocks.bb -- -harness harness.dll -no_minidumps -- photoviewer.exe @@
harness.zip
The file in harness.zip is used to generate harness.dll.
The output from debug mode is as followed.
image
image