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

libafl_cc sanitizer using hwasan on Linux/Android arm64 which is usua… #1399

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

devnexen
Copy link
Contributor

@devnexen devnexen commented Aug 3, 2023

…lly advised for its memory efficiency (esp for Android)

…lly advised for its memory efficiency (esp for Android)
@@ -104,6 +104,16 @@ impl Configuration {
pub fn to_flags(&self) -> Result<Vec<String>, Error> {
Ok(match self {
Configuration::Default => vec![],
// hardware asan is more memory efficient than asan on arm64
#[cfg(all(
any(target_os = "linux", target_os = "android"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is hwasan always supported on linux?

@domenukk domenukk merged commit 83f739f into AFLplusplus:main Aug 3, 2023
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.

2 participants