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

Add EOFkiller, exits the process when an EOF is encountered while reading #44

Closed
wants to merge 6 commits into from

Conversation

rcx
Copy link

@rcx rcx commented Jun 28, 2018

This is useful when a ctf binary doesn't call gets, etc. properly in a loop, which causes it to hang once it reaches EOF. The use case for this is piping input into a ctf binary while debugging it (e.g. with gdb, run < crafted_input.txt), or for fuzzing with AFL.

@rcx
Copy link
Author

rcx commented Jun 28, 2018

Sorry, i made this on the wrong fork. please ignore it

@rcx rcx closed this Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants