diff options
author | vanhauser-thc <vh@thc.org> | 2021-11-16 13:54:31 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-11-16 13:54:31 +0100 |
commit | b659be15494011184694a35ce02927f743fe0518 (patch) | |
tree | 18bac55c395c3463c5da2fe1b03d9456bc27695f /docs/binaryonly_fuzzing.md | |
parent | 1a8d3f82f289d248aa70ce6877b66c7387f77fc9 (diff) | |
download | afl++-b659be15494011184694a35ce02927f743fe0518.tar.gz |
add coresight to docs
Diffstat (limited to 'docs/binaryonly_fuzzing.md')
-rw-r--r-- | docs/binaryonly_fuzzing.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/binaryonly_fuzzing.md b/docs/binaryonly_fuzzing.md index de360543..2c0872cf 100644 --- a/docs/binaryonly_fuzzing.md +++ b/docs/binaryonly_fuzzing.md @@ -175,13 +175,9 @@ ## CORESIGHT Coresight is ARM's answer to Intel's PT. - There is no implementation so far which handles coresight and getting - it working on an ARM Linux is very difficult due to custom kernel building - on embedded systems is difficult. And finding one that has coresight in - the ARM chip is difficult too. - My guess is that it is slower than Qemu, but faster than Intel PT. - - If anyone finds any coresight implementation for AFL please ping me: vh@thc.org + With afl++ v3.15 there is a coresight tracer implementation available in + `coresight_mode/` which is faster than QEMU, however can not run in parallel. + Currently only one process can be traced, it is WIP. ## PIN & DYNAMORIO |