Skip to content

Releases: grimm-co/killerbeez

2018.12.11

11 Dec 07:24
Compare
Choose a tag to compare
2018.12.11 Pre-release
Pre-release

Fixed the build script for Linux

2018.11.22

22 Nov 20:39
Compare
Choose a tag to compare
2018.11.22 Pre-release
Pre-release

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

02 Nov 08:20
Compare
Choose a tag to compare
2018.10.02 Pre-release
Pre-release
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'

04 Aug 04:40
Compare
Choose a tag to compare
2018.08.03 release

Closes #108

See merge request github/killerbeez!75

2018.07.27

27 Jul 23:09
Compare
Choose a tag to compare
2018.07.27 Pre-release
Pre-release
Merge branch 'internal-dev' into 'master'

2018.07.27 release

Closes #57 and #62

See merge request github/killerbeez!60

2018.06.21

21 Jun 23:17
Compare
Choose a tag to compare
  • 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