Releases: grimm-co/killerbeez
Releases · grimm-co/killerbeez
2018.12.11
Fixed the build script for Linux
2018.11.22
Linux BOINC support, improved AFL instrumentation using afl-gcc, implemented instrumentation using AFL's llvm module for clang, implemented qemu user mode instrumentation along with the patch to use cache chains to make it about 3x faster, added the forkserver to the return_code instrumentation, fixed a hard-coded path in the build system, bugfix in IPT instrumentation module.
2018.10.02
Merge branch 'internal-dev' into 'master' 2018.11.02 release See merge request github/killerbeez!88
2018.08.03: Merge branch 'internal-dev' into 'master'
2018.08.03 release Closes #108 See merge request github/killerbeez!75
2018.07.27
Merge branch 'internal-dev' into 'master' 2018.07.27 release Closes #57 and #62 See merge request github/killerbeez!60
2018.06.21
- Cleaned up CMake files
- Fixed some bugs which only appeared when options weren't used correctly
- Improved CLI (smarter defaults, consistent dashes vs. underscores, help messages, etc.)
- Improvements on detection of when the target is "done" processing data
- Added is_process_done function to the instrumentation API
- Updated README with compatibility info (O/S), offsets for WMP & example usage
- Documented DynamoRIO's persistence mode
- Moved things (CreateThread, snprintf) out of the fuzz loop to reduce overhead
- Updated stuff to accommodate that the Radamsa repo moved to a new home