about summary refs log tree commit diff
path: root/docs/binaryonly_fuzzing.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-11-16 13:54:31 +0100
committervanhauser-thc <vh@thc.org>2021-11-16 13:54:31 +0100
commitb659be15494011184694a35ce02927f743fe0518 (patch)
tree18bac55c395c3463c5da2fe1b03d9456bc27695f /docs/binaryonly_fuzzing.md
parent1a8d3f82f289d248aa70ce6877b66c7387f77fc9 (diff)
downloadafl++-b659be15494011184694a35ce02927f743fe0518.tar.gz
add coresight to docs
Diffstat (limited to 'docs/binaryonly_fuzzing.md')
-rw-r--r--docs/binaryonly_fuzzing.md10
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