aboutsummaryrefslogtreecommitdiff
path: root/libdislocator
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-08-31 11:23:48 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-08-31 11:23:48 +0200
commit500a378fdf8664aea42f557f60c9842bb15f06a0 (patch)
tree76fd49c79a999e8112a148424eff4e177353fc7a /libdislocator
parenteadd378f6c54a7e021985bca041d9642fff41034 (diff)
downloadAFLplusplus-500a378fdf8664aea42f557f60c9842bb15f06a0.tar.gz
modernize some readmes
Diffstat (limited to 'libdislocator')
-rw-r--r--libdislocator/README.md (renamed from libdislocator/README.dislocator)6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdislocator/README.dislocator b/libdislocator/README.md
index 837e7466..5d5a1464 100644
--- a/libdislocator/README.dislocator
+++ b/libdislocator/README.md
@@ -1,6 +1,4 @@
-===================================
-libdislocator, an abusive allocator
-===================================
+# libdislocator, an abusive allocator
(See ../docs/README for the general instruction manual.)
@@ -45,7 +43,9 @@ when fuzzing small, self-contained binaries.
To use this library, run AFL like so:
+```
AFL_PRELOAD=/path/to/libdislocator.so ./afl-fuzz [...other params...]
+```
You *have* to specify path, even if it's just ./libdislocator.so or
$PWD/libdislocator.so.