Closed cokeBeer closed 1 year ago
Probably a merge fail, it should be Asan or ASan for both. Interesting that it didn't come up in CI
Where did you find the reference about ASANBacktraceObserver
? Seems like you looked at an older version of the file
The error information told me that there is an ASANBacktraceObserver. I tried to import it in my IDE. It can be found in libafl-0.8.2/src/observers/stacktrace.rs. Looks like the ASANBacktraceObserver has became AsanBacktraceObserver in master branch but does not change in package.
Yes you can either use the 0.8.2 tag, or you have to use the current main branch in your Cargo.toml.
You can do something like
libafl = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "7ed1ac9" }
We will release 0.9 soon, then the API is correct again
Describe the bug no AsanBacktraceObserver in observers
To Reproduce Steps to reproduce the behavior:
Expected behavior success
Screen output/Screenshots
Additional context Seems there is an ASANBacktraceObserver