Radon10043
Radon10043
I referred to [https://github.com/googleprojectzero/winafl/blob/master/readme_syzygy.md](url) ,but an error occurred: ``` D:\FuzzTools\winafl\bin32>instrument.exe --mode=afl --input-image=test_static.exe --output-image=test_static.instr.exe --force-decompose --multithread --cookie-check-hook [0824/142620:INFO:application_impl.h(46)] Syzygy Instrumenter Version 0.8.32.0 (190dbfe). [0824/142620:INFO:application_impl.h(48)] Copyright (c) Google Inc. All rights reserved....
I used the instrument.exe in the bin32 folder to generate p1.instr.exe and p1.instr.exe.pdb for the program Project1.exe I wrote, and then used afl-fuzz.exe to fuzz p1.instr.exe , But it told...
Hi, I want to use phasar for taint analysis, but I can't find a tutorial of using phasar for taint analysis in wiki or homepage, can anyone tell me how...