Skip to content

Exclude ASAN DSO address ranges in QEMU AsanModule #3180

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

Merged
merged 2 commits into from
May 2, 2025

Conversation

wfdewith
Copy link
Contributor

Description

As mentioned in #3175 (comment), the AsanModule does not exclude the ASAN DSO address ranges from instrumentation, while the AsanGuestModule does. Excluding the ASAN DSO allows us to use load widening techniques inside the ASAN DSO to recover some performance from the overhead of intercepting all calls.

Checklist

  • I have run ./scripts/precommit.sh and addressed all comments

@WorksButNotTested
Copy link
Collaborator

Looks good to me.

@rmalmain rmalmain merged commit 3b23012 into AFLplusplus:main May 2, 2025
108 checks passed
@wfdewith wfdewith deleted the asan-filter branch May 2, 2025 18:17
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