Skip to content

Recommend setting AFL_FRAMESHIFT_DISABLE=1#85

Open
morehouse wants to merge 1 commit into
masterfrom
disable_frameshift
Open

Recommend setting AFL_FRAMESHIFT_DISABLE=1#85
morehouse wants to merge 1 commit into
masterfrom
disable_frameshift

Conversation

@morehouse
Copy link
Copy Markdown
Owner

AFL++ 4.40c added a new FrameShift analysis feature that bypasses our custom mutators and can invalidate postcard-encoded IR programs, leading to crashes during fuzzing.

Fixes #82.

AFL++ 4.40c added a new FrameShift analysis feature that bypasses custom
mutators and can invalidate postcard-encoded IR programs, leading to
crashes during fuzzing.
Comment on lines +16 to +17
//! - `AFL_FRAMESHIFT_DISABLE=1` -- disable AFL++'s `FrameShift` analysis that
//! bypasses our custom mutators.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: could mention that this was a bug fixed in AFLplusplus/AFLplusplus@eddb270

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.

IR fuzzer produces postcard-encoded programs with out-of-bounds ShutdownScriptVariant values, panicking the executor

2 participants