https://github.com/wireghoul/dugong-fuzz
Simple file fuzzer in perl6
https://github.com/wireghoul/dugong-fuzz
Last synced: about 2 months ago
JSON representation
Simple file fuzzer in perl6
- Host: GitHub
- URL: https://github.com/wireghoul/dugong-fuzz
- Owner: wireghoul
- Created: 2010-09-20T01:14:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-09T22:49:59.000Z (over 13 years ago)
- Last Synced: 2025-01-19T17:24:03.696Z (3 months ago)
- Language: Perl
- Homepage: http://www.justanotherhacker.com/projects.html
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changelog
Awesome Lists containing this project
README
DUGONG FUZZ
Dugong fuzz is a SIMPLE file fuzzer written in perl6. It was written as an excuse to get more familiar with perl6 and show that you can write useful software using the rakudo star perl6 early adopters release. It uses an simple genetic approach to mangle the "X and Y bits" or two parent files to produce a new file (a child). This is adopted from a similar qbasic file I had for pmars (core wars) back in the days.
USAGE
Dugong fuzz takes two arguments, one is a directory of input files, the second is a number of files (children) to generate.TODO
Make this application "useful"CONTACT
Bug me on github/twitter @wireghoul