Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
prksastry opened this issue Jun 29, 2021 · 1 comment
Open
Labels
question Further information is requested

Comments

@prksastry
Copy link

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

@stong stong added the question Further information is requested label Sep 27, 2021
@xxldao
Copy link

xxldao commented Nov 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants