├── LICENSE.txt ├── Makefile ├── README.md ├── TODO ├── diffs ├── _vorbis.py.diff ├── fuzzaifc.py.diff ├── fuzzwave.py.diff ├── id3.py.diff └── mp4.py.diff ├── formats.py ├── fuzzbox.py ├── oggcrc.py ├── randjunk.py └── utils.py /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/README.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/TODO -------------------------------------------------------------------------------- /diffs/_vorbis.py.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/diffs/_vorbis.py.diff -------------------------------------------------------------------------------- /diffs/fuzzaifc.py.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/diffs/fuzzaifc.py.diff -------------------------------------------------------------------------------- /diffs/fuzzwave.py.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/diffs/fuzzwave.py.diff -------------------------------------------------------------------------------- /diffs/id3.py.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/diffs/id3.py.diff -------------------------------------------------------------------------------- /diffs/mp4.py.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/diffs/mp4.py.diff -------------------------------------------------------------------------------- /formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/formats.py -------------------------------------------------------------------------------- /fuzzbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/fuzzbox.py -------------------------------------------------------------------------------- /oggcrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/oggcrc.py -------------------------------------------------------------------------------- /randjunk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/randjunk.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/fuzzbox/HEAD/utils.py --------------------------------------------------------------------------------