sslab-gatech / winnie

Winnie is an end-to-end system that makes fuzzing Windows applications easy
MIT License
534 stars 74 forks source link

Exception: Cannot find the starting function from the trace file #8

Open prksastry opened 3 years ago

prksastry commented 3 years ago

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??

xxldao commented 2 years ago

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