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 partial overwrite support to find_fake_fast command #2667

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

CptGibbon
Copy link
Contributor

Add a --partial-overwrite option to the find_fake_fast command along with a supporting test case.

The option allows users to search for fake fastbin chunks that overlap as little as one byte of their target, rather than a complete word which is the default behavior.

Also format heap_find_fake_fast.c

Closes #1291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support finding fake fastbin chunks that result in partial overwrites
2 participants