mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
Merge pull request #1122 from FoRTE-Research/dev
Update binaryonly_fuzzing.md with zafl
This commit is contained in:
@ -96,6 +96,16 @@
|
|||||||
It is slower than AFL FRIDA (see above).
|
It is slower than AFL FRIDA (see above).
|
||||||
|
|
||||||
|
|
||||||
|
## ZAFL
|
||||||
|
ZAFL is a static rewriting platform supporting x86-64 C/C++, stripped/unstripped,
|
||||||
|
and PIE/non-PIE binaries. Beyond conventional instrumentation, ZAFL's API enables
|
||||||
|
transformation passes (e.g., laf-Intel, context sensitivity, InsTrim, etc.).
|
||||||
|
|
||||||
|
Its baseline instrumentation speed typically averages 90-95% of afl-clang-fast's.
|
||||||
|
|
||||||
|
[https://git.zephyr-software.com/opensrc/zafl](https://git.zephyr-software.com/opensrc/zafl)
|
||||||
|
|
||||||
|
|
||||||
## DYNINST
|
## DYNINST
|
||||||
|
|
||||||
Dyninst is a binary instrumentation framework similar to Pintool and
|
Dyninst is a binary instrumentation framework similar to Pintool and
|
||||||
@ -116,13 +126,10 @@
|
|||||||
The speed decrease is about 15-35%, depending on the optimization options
|
The speed decrease is about 15-35%, depending on the optimization options
|
||||||
used with afl-dyninst.
|
used with afl-dyninst.
|
||||||
|
|
||||||
So if Dyninst works, it is the best option available. Otherwise it just
|
|
||||||
doesn't work well.
|
|
||||||
|
|
||||||
[https://github.com/vanhauser-thc/afl-dyninst](https://github.com/vanhauser-thc/afl-dyninst)
|
[https://github.com/vanhauser-thc/afl-dyninst](https://github.com/vanhauser-thc/afl-dyninst)
|
||||||
|
|
||||||
|
|
||||||
## RETROWRITE, ZAFL, ... other binary rewriter
|
## RETROWRITE
|
||||||
|
|
||||||
If you have an x86/x86_64 binary that still has its symbols, is compiled
|
If you have an x86/x86_64 binary that still has its symbols, is compiled
|
||||||
with position independant code (PIC/PIE) and does not use most of the C++
|
with position independant code (PIC/PIE) and does not use most of the C++
|
||||||
@ -131,7 +138,6 @@
|
|||||||
|
|
||||||
It is at about 80-85% performance.
|
It is at about 80-85% performance.
|
||||||
|
|
||||||
[https://git.zephyr-software.com/opensrc/zafl](https://git.zephyr-software.com/opensrc/zafl)
|
|
||||||
[https://github.com/HexHive/retrowrite](https://github.com/HexHive/retrowrite)
|
[https://github.com/HexHive/retrowrite](https://github.com/HexHive/retrowrite)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user