Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prusnak/micropython-fuzzing
MicroPython Fuzzing Project
https://github.com/prusnak/micropython-fuzzing
Last synced: 22 days ago
JSON representation
MicroPython Fuzzing Project
- Host: GitHub
- URL: https://github.com/prusnak/micropython-fuzzing
- Owner: prusnak
- Created: 2016-11-12T23:05:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T11:04:30.000Z (about 8 years ago)
- Last Synced: 2024-12-16T16:06:03.921Z (25 days ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MicroPython Fuzzing Project
===========================Use the following sequence:
```
make clone - clone MicroPython repository
make patch - apply patches for easier fuzzing
make build - build MicroPython unix port with AFL instrumentation and mpy-cross
make prepare - pre-compile tests using mpy-cross
make params - set optimal kernel parameters for testing (this one has to be run as root!)
make fuzz - run American Fuzzy Lop
```