-
Notifications
You must be signed in to change notification settings - Fork 7
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
I can't run it successfully after I build it. #1
Comments
It cannot be executed directly, and must be run together with AFL. Please check the Usage section in the document page. |
I fuzz a simple MIPS binary with preeny, and it can work.
|
Does the fuzzed binary has a If it is not the case, is it possible to provide the source code of the binary or a x86-64 binary for me to debug? |
|
@qq963258qq, the code you post is a client app, and it needs to |
Okay, thanks! |
Simple servers like the code at here should work. https://www.geeksforgeeks.org/tcp-server-client-implementation-in-c/ |
Is it possible to add support for connect() call? whats the main issue here? |
No special problems just need more codes to support for connect(). |
@zyingp I would like to implement that but I have no clue how it should be done. |
I use 'make' to build it, but it shows 'Segmentation fault' when I run it.
The text was updated successfully, but these errors were encountered: