google / AFL

american fuzzy lop - a security-oriented fuzzer
https://lcamtuf.coredump.cx/afl/
Apache License 2.0
3.53k stars 618 forks source link

afl-analyze and AFL_SKIP_BIN_CHECK #44

Open reijin90 opened 4 years ago

reijin90 commented 4 years ago

Is it possible to make afl-analyze accept the AFL_SKIP_BIN_CHECK flag? It does not seem to work properly, as afl-analyze reports my binary is not instrumented.

jonathanmetzman commented 4 years ago

I think if you have a non-invasive patch that can do this we would accept it. Why is it unable to detect your instrumentation? Your binary is instrumented right?