Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Battelle/afl-unicorn
afl-unicorn lets you fuzz any piece of binary that can be emulated by Unicorn Engine.
https://github.com/Battelle/afl-unicorn
afl afl-fuzz fuzzing reverse-engineering vulnerability-research
Last synced: 2 days ago
JSON representation
afl-unicorn lets you fuzz any piece of binary that can be emulated by Unicorn Engine.
- Host: GitHub
- URL: https://github.com/Battelle/afl-unicorn
- Owner: Battelle
- License: apache-2.0
- Fork: true (innovimax/afl-1)
- Created: 2017-10-30T18:07:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T16:39:00.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:19:52.871Z (6 days ago)
- Topics: afl, afl-fuzz, fuzzing, reverse-engineering, vulnerability-research
- Language: C
- Homepage: https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf
- Size: 2.8 MB
- Stars: 594
- Watchers: 35
- Forks: 96
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-embedded-fuzzing - afl-unicorn
README
```
__ _ _
__ _ / _| | _ _ _ __ (_) ___ ___ _ __ _ __
/ _` | |_| |___| | | | '_ \| |/ __/ _ \| '__| '_ \
| (_| | _| |___| |_| | | | | | (_| (_) | | | | | |
\__,_|_| |_| \__,_|_| |_|_|\___\___/|_| |_| |_|
```afl-unicorn lets you fuzz any piece of binary that can be emulated by [Unicorn Engine](http://www.unicorn-engine.org/).
For an in-depth description of what this is, how to install it, and how to use it check out this [blog post](https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf).
For general help with AFL, please refer to both the official [AFL website](http://lcamtuf.coredump.cx/afl/) and the documents in the /doc/ directory.
Created by Nathan Voss, originally funded by [Battelle](https://www.battelle.org/cyber).