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

Exception: Cannot find the starting function from the trace file

prksastry opened this issue · comments

synthesizer.py unable to find START_FUNCTION from the generated trace file, what is the best possible solution, where could be the error in implementation??

START_FUNCTION is not a real name. You need to replace it with one function name in your DLL that you want to fuzz.