Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

How to get crash data from AFL (without modifying /proc/sys/kernel/core_pattern)? #129

Open
AftabHussain opened this issue Jan 6, 2021 · 0 comments

Comments

@AftabHussain
Copy link

AftabHussain commented Jan 6, 2021

As discussed here ,
AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES flag was added to avoid modifying /proc/sys/kernel/core_pattern in order to start the fuzzing process.

My question is if the AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES flag is set, does AFL really miss out from recording crashes during the fuzzing process (as the name of the flag suggests)? For instance, with this flag set to 1, if a crash takes place during the fuzzing process, would afl increment the crash counter and update the corresponding info in the AFL display graphic, while fuzzing?

If afl does miss out recording crash info with this flag set, is there any way to get the crash data without having to modify core_pattern?

@AftabHussain AftabHussain changed the title Regarding AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES How to get crash data from AFL (without modifying /proc/sys/kernel/core_pattern)? Jan 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant