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

Allow signature scanning to cross page boundaries #102

Closed
wants to merge 2 commits into from

Conversation

Jujstme
Copy link
Contributor

@Jujstme Jujstme commented Oct 1, 2024

This solves a long standing issue with the sigscanning function not being able to detect signatures when they cross memory page boundaries.

Also introduces a (very minor) issue when the signature is just a bunch of zeroes (+ wildcards) but such a signature should be checked and considered invalid to begin with.

This commit fixes an oversight that would've resulted in UB, and fixed the previously mentioned "issue" with signatures consisting of zeroes.
@Jujstme
Copy link
Contributor Author

Jujstme commented Oct 12, 2024

Closing to resubmit a completely overhauled signature scanner

@Jujstme Jujstme closed this Oct 12, 2024
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.

1 participant