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

Avoid terminator canary bytes in ROP gadget's addresses (by default) when duplicated gadgets are removed #5

Open
ricardojrdez opened this issue Jan 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ricardojrdez
Copy link
Member

Following up #4, another enhancement would be to avoid bytes of terminator canary in ROP gadgets shown when duplicated are removed. The terminator canary is usually represented as 0x000aff0d, which includes \x00 (for strcpy() and functions alike), string-terminator bytes as \x0a and \x0d (for gets() and others alike), and \xff (EOF).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants