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

Fix UB in frida fuzzers #1385

Merged
merged 5 commits into from
Jul 29, 2023

Conversation

Mrmaxmeier
Copy link
Contributor

@Mrmaxmeier Mrmaxmeier commented Jul 28, 2023

This is a first stab at #1383. Will probably take a few CI cycles though..
This includes an update of frida-gum (and addresses capstone compat issues), but I'll probably split the PR into two later.

The changes to FridaInstrumentationHelper neccessitate API breakage (&-references to Ref). In case some of the existing (unused) APIs are not needed, removing them would probably simplify the code a lot. (i.e. if we don't allow changing instrumentation ranges after the fact, there's no need to reference count the ranges tree.)

Fixes #1383, unblocks #1053.

@Mrmaxmeier Mrmaxmeier force-pushed the fix-and-update-frida-fuzzers branch from 3cc46b5 to 6a38637 Compare July 28, 2023 23:12
@Mrmaxmeier Mrmaxmeier marked this pull request as ready for review July 29, 2023 07:35
@Mrmaxmeier Mrmaxmeier changed the title Fix and update frida fuzzers Fix and UB in frida fuzzers Jul 29, 2023
@Mrmaxmeier Mrmaxmeier changed the title Fix and UB in frida fuzzers Fix UB in frida fuzzers Jul 29, 2023
@tokatoka tokatoka merged commit fc9caa8 into AFLplusplus:main Jul 29, 2023
@tokatoka
Copy link
Member

thank you!

@Mrmaxmeier Mrmaxmeier deleted the fix-and-update-frida-fuzzers branch July 29, 2023 12:01
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.

Memory safety issue in frida fuzzer breaks Windows CI
2 participants