about summary refs log tree commit diff
path: root/frida_mode/many-linux/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-08-18 10:16:22 +0200
committerGitHub <noreply@github.com>2021-08-18 10:16:22 +0200
commitdbb793646e8ea0998c747bd1450a29d18737dcbd (patch)
treecd0dcdb171c55f2973b711b1d5fc8d2f6b5aabd1 /frida_mode/many-linux/README.md
parent69b7f2cae4fbb1ad34fd6a01aa0056126d7609d0 (diff)
parent10c98c2a4c6ef73e25d460933eeda60e320c9bbf (diff)
downloadafl++-dbb793646e8ea0998c747bd1450a29d18737dcbd.tar.gz
Merge pull request #1071 from WorksButNotTested/many-local
Many local
Diffstat (limited to 'frida_mode/many-linux/README.md')
-rw-r--r--frida_mode/many-linux/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/frida_mode/many-linux/README.md b/frida_mode/many-linux/README.md
index 2c7b6823..4bd7a6c1 100644
--- a/frida_mode/many-linux/README.md
+++ b/frida_mode/many-linux/README.md
@@ -5,4 +5,5 @@ This folder contains a Docker image to allow the building of
 based on CentOS Linux 5. By building `afl-frida-trace.so` for such an old
 version of Linux, given the strong backward compatibility of Linux, this should
 work on the majority of Linux environments. This may be useful for targetting
-Linux distributions other than your development environment.
\ No newline at end of file
+Linux distributions other than your development environment. `many-local` builds
+`AFLplusplus` from the local working copy in the `many-linux` environment.