mineechor

Results 8 issues of mineechor

command line: afl-fuzz.exe -i acdfree -o acdfreeout -t 50000+ -D D:\final\2022\winafl\dynamorio\build32\bin32 -- -coverage_module "IDE_ACDStd.apl" -target_module "ACDSee Free.exe" -target_offset 0x1c63f0 -nargs 3 -fuzz_iterations 5000 -call_convention thiscall -- "d:\appstore\ACDSee Free\ACDSee Free.exe" @@

![image](https://user-images.githubusercontent.com/80303015/224235326-95252969-9fcd-4ced-be3c-c12ba4badd89.png) How does this code implement coverage statistics?

Why does winafl target function have to finish opening and closing testcase(files) when afl does not have to manually specify object functions?

![f79c201b733f7dcd7bced817ecef2e8](https://user-images.githubusercontent.com/80303015/208029756-2dffff1e-dc5b-4d73-89cf-154f41f9b954.png)

Why the file is empty? ![image](https://user-images.githubusercontent.com/80303015/201690272-778f5e69-c6b9-41e0-a192-1d0437e483e4.png) ![屏幕截图 2022-11-14 225025](https://user-images.githubusercontent.com/80303015/201690586-eb48b68d-39a3-4b47-bbc1-115b3400367f.png) PS D:\2022\final\Winnie\winnie\harnessgen\lib\pin> .\pin.exe -t D:\2022\final\Winnie\winnie\harnessgen\lib\pin\source\tools\Tracer\Release\Tracer.dll -logdir "cor1_1" -trace_mode "all" -only_to_target "toy_example.exe" -only_to_lib "example_library.dll" -- D:\2022\final\Winnie\winnie\samples\toy_example\Release\toy_example.exe input.txt example_library loaded at 545F0000 msg:hello...

``` BugId.cmd -v %WinDir%\system32\rundll32.exe -- advapi32 CloseThreadWaitChainSession Traceback (most recent call last): File "D:\2022\final\BugId.release.2022-12-08.09.57\BugId.py", line 1294, in fSaveInternalExceptionReportAndExit(oException, oTraceBack); File "D:\2022\final\BugId.release.2022-12-08.09.57\BugId.py", line 202, in fSaveInternalExceptionReportAndExit fOutputExceptionInformation(oException, oTraceBack); File "D:\2022\final\BugId.release.2022-12-08.09.57\fOutputExceptionInformation.py", line...

![image](https://user-images.githubusercontent.com/80303015/223945692-e558ff7a-6213-4c8c-b794-eea39f8c0b91.png) Why did you delete these lines?

Can this tool be applied to Windows? Thanks!