https://github.com/artem-smotrakov/python-marshal-fuzzer
A fuzzer for Python marshal module
https://github.com/artem-smotrakov/python-marshal-fuzzer
Last synced: 3 days ago
JSON representation
A fuzzer for Python marshal module
- Host: GitHub
- URL: https://github.com/artem-smotrakov/python-marshal-fuzzer
- Owner: artem-smotrakov
- License: mit
- Created: 2016-08-21T06:49:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T02:04:43.000Z (about 9 years ago)
- Last Synced: 2025-08-17T03:38:45.568Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-marshal-fuzzer
A fuzzer for Python's marshal moduleSee details in [Python marshal module fuzzing](http://blog.gypsyengineer.com/fun/python-marshal-module-fuzzing.html) post.