├── Caveman4 ├── README.md ├── dumbfuzzer.c ├── fuzzer.c ├── ptrace_helpers.c ├── ptrace_helpers.h ├── snapshot.c ├── snapshot.h └── vuln.c ├── JPEGMutation ├── JPEGMutation.c ├── JPEGMutation.cpp ├── JPEGMutation.py └── README.md └── README.md /Caveman4/README.md: -------------------------------------------------------------------------------- 1 | https://h0mbre.github.io/Fuzzing-Like-A-Caveman-4/ 2 | -------------------------------------------------------------------------------- /Caveman4/dumbfuzzer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/Caveman4/dumbfuzzer.c -------------------------------------------------------------------------------- /Caveman4/fuzzer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/Caveman4/fuzzer.c -------------------------------------------------------------------------------- /Caveman4/ptrace_helpers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/Caveman4/ptrace_helpers.c -------------------------------------------------------------------------------- /Caveman4/ptrace_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/Caveman4/ptrace_helpers.h -------------------------------------------------------------------------------- /Caveman4/snapshot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/Caveman4/snapshot.c -------------------------------------------------------------------------------- /Caveman4/snapshot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/Caveman4/snapshot.h -------------------------------------------------------------------------------- /Caveman4/vuln.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/Caveman4/vuln.c -------------------------------------------------------------------------------- /JPEGMutation/JPEGMutation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/JPEGMutation/JPEGMutation.c -------------------------------------------------------------------------------- /JPEGMutation/JPEGMutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/JPEGMutation/JPEGMutation.cpp -------------------------------------------------------------------------------- /JPEGMutation/JPEGMutation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/JPEGMutation/JPEGMutation.py -------------------------------------------------------------------------------- /JPEGMutation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/JPEGMutation/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h0mbre/Fuzzing/HEAD/README.md --------------------------------------------------------------------------------