diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-15 15:06:44 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-15 15:06:44 +0100 |
commit | bc6c5d6be22bd20965a254401ffab75fbd69d140 (patch) | |
tree | df9aaa65037892347c02f12fd42db7a5dece608c | |
parent | 6bf98553428a55c903dd2346b786dc558c9ef45c (diff) | |
download | afl++-bc6c5d6be22bd20965a254401ffab75fbd69d140.tar.gz |
QEMU_LD_PREFIX in readme for clarity
-rw-r--r-- | qemu_mode/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index 87027f63..60d6c060 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -55,6 +55,9 @@ Note: if you want the QEMU helper to be installed on your system for all users, you need to build it before issuing 'make install' in the parent directory. +If you want to specify a different path for libraries (e.g. to run an arm64 +binary on x86_64) use QEMU_LD_PREFIX. + ## 3) Bonus feature #1: deferred initialization As for LLVM mode (refer to its README for mode details) QEMU mode supports |