winnie icon indicating copy to clipboard operation
winnie copied to clipboard

NO new instrumentation output

Open mineechor opened this issue 2 years ago • 2 comments

f79c201b733f7dcd7bced817ecef2e8

mineechor avatar Dec 16 '22 05:12 mineechor

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.

stong avatar Dec 17 '22 04:12 stong

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

mineechor avatar Dec 17 '22 09:12 mineechor