eXeL@B —› Софт, инструменты —› afl-unicorn: Fuzzing Arbitrary Binary Code (American Fuzzy Lop (AFL)) |
Посл.ответ | Сообщение |
|
Создано: 10 апреля 2019 20:12 · Поправил: mak · Личное сообщение · #1 Code:
afl-unicorn lets you fuzz any piece of binary that can be emulated by Unicorn Engine American Fuzzy Lop (AFL) A fork of AFL for fuzzing Windows binaries Unfortunately, the original AFL does not work on Windows due to very *nix-specific design (e.g. instrumentation, forkserver etc). This project is a fork of AFL that uses different instrumentation approach which works on Windows even for black box binary fuzzing. Instead of instrumenting the code at compilation time, WinAFL supports the following instrumentation modes: Code:
----- RE In Progress [!] Coding Hazard [!] Stay Clear of this Cube |
eXeL@B —› Софт, инструменты —› afl-unicorn: Fuzzing Arbitrary Binary Code (American Fuzzy Lop (AFL)) |