diff options
author | van Hauser <vh@thc.org> | 2020-12-19 09:55:51 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-19 09:55:51 +0100 |
commit | 7374503f14eb2de1ef298fb5f0a16ede1b7ead1b (patch) | |
tree | 29bb928b48f6f90adb499ce9504943f7402ba935 /docs/binaryonly_fuzzing.md | |
parent | 12ebb351dc2b5655b4174539e2b9ee59e4acf893 (diff) | |
download | afl++-7374503f14eb2de1ef298fb5f0a16ede1b7ead1b.tar.gz |
add tinyinst to binary fuzzing tools
Diffstat (limited to 'docs/binaryonly_fuzzing.md')
-rw-r--r-- | docs/binaryonly_fuzzing.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/binaryonly_fuzzing.md b/docs/binaryonly_fuzzing.md index 66734452..787d970d 100644 --- a/docs/binaryonly_fuzzing.md +++ b/docs/binaryonly_fuzzing.md @@ -174,7 +174,7 @@ Pintool and Dynamorio are dynamic instrumentation engines, and they can be used for getting basic block information at runtime. - Pintool is only available for Intel x32/x64 on Linux, Mac OS and Windows + Pintool is only available for Intel x32/x64 on Linux, Mac OS and Windows, whereas Dynamorio is additionally available for ARM and AARCH64. Dynamorio is also 10x faster than Pintool. @@ -182,7 +182,7 @@ Dynamorio has a speed decrease of 98-99% Pintool has a speed decrease of 99.5% - Hence Dynamorio is the option to go for if everything fails, and Pintool + Hence Dynamorio is the option to go for if everything else fails, and Pintool only if Dynamorio fails too. Dynamorio solutions: @@ -205,6 +205,7 @@ * QSYM: [https://github.com/sslab-gatech/qsym](https://github.com/sslab-gatech/qsym) * Manticore: [https://github.com/trailofbits/manticore](https://github.com/trailofbits/manticore) * S2E: [https://github.com/S2E](https://github.com/S2E) + * Tinyinst [https://github.com/googleprojectzero/TinyInst](https://github.com/googleprojectzero/TinyInst) (Mac/Windows only) * ... please send me any missing that are good |