You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will require getting changes into driller from shellphish to get working. Basically, Driller utilizes afl-map specifically to monitor for "did I make this transition before". I want to abstract this to a generalized layer that can still ask that question. However, the "have i made this transition" should be agnostic of "what" monitored it.
This would allow integration of Drilling concepts with fuzzing utilities that are not afl-fuzz.
The text was updated successfully, but these errors were encountered:
This will require getting changes into
driller
from shellphish to get working. Basically, Driller utilizes afl-map specifically to monitor for "did I make this transition before". I want to abstract this to a generalized layer that can still ask that question. However, the "have i made this transition" should be agnostic of "what" monitored it.This would allow integration of Drilling concepts with fuzzing utilities that are not afl-fuzz.
The text was updated successfully, but these errors were encountered: