Skip to content

Releases: 0vercl0k/wtf

v0.5.5

27 May 16:05
a231e0a
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

What's Changed

  • Set trace-type to rip for bxcpu / cov for kvm/winhv if a trace-path is specified but not a trace-type by @0vercl0k in #201
  • Refresh the README, trim the size of animations, point user to symbolizer-rs by @0vercl0k in #203
  • Compile wtf on Linux w/ latest LLVM/Clang/Clang++ again by @0vercl0k in #200
  • Implement RIP traces for the hypervisor backends by @0vercl0k in #206

Full Changelog: v0.5.4...v0.5.5

v0.5.4

01 Apr 14:41
a77e84e
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

What's Changed

  • Add support for Linux userland ELF snapshots and fuzzing by @jasocrow in #192

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

14 Mar 00:02
6049f79
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

11 Feb 00:24
393bea0
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

20 Dec 15:26
ad37f7c
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

What's Changed

Full Changelog: v0.5...v0.5.1

v0.5

09 Jul 04:29
9823579
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

What's Changed

  • Add explanation message if WHvCreatePartition fails by @warwick-davis in #159
  • Add a script to generate a coverage file with Binary Ninja. by @australeo in #162
  • Make sure immediate_exit is reset before running a testcase (fix #156) by @0vercl0k in #161
  • Attempt to detect when a dump appears to have a screwed up FPU state and remediate (fix #152) by @0vercl0k in #163
  • Add "ioctl" target by @1ndahous3 in #155
  • Fix argument parsing to exit gracefully instead of crashing by @0vercl0k in #165
  • Defaults the backend to bxcpu (fix #166) by @0vercl0k in #168
  • If there is a 'state' folder in the cwd and the user didn't specify one, use it! by @0vercl0k in #169
  • Disable Nagle's algorithm & add support for testcase delivery via unix sockets by @0vercl0k in #173 (special thanks to @sylencecc)
  • Use the cwd if no --target is passed when running a master node by @0vercl0k in #175
  • Use clang16 for the CI by @0vercl0k in #179

New Contributors

Full Changelog: v0.4...v0.5

v0.4

23 Dec 18:44
8b7b5a5
Compare
Choose a tag to compare

Fuzz all the things 🎅🏽❄️🎄!

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4

v0.3.2

08 Aug 00:28
d7477f4
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

What's Changed

  • Add 32bit function return simulate by @y0ny0ns0n in #96
  • Move the fs hooks from ntdll to nt. by @0vercl0k in #108
  • Update the CI for clang15 and codeql-v2 by @0vercl0k in #113
  • Improve README and fix #109 by @0vercl0k in #110
  • Allow dumps larger than 4GB but warn the user that this is an unconventional configuration by @0vercl0k in #114
  • Grab the bugcheck code as part of crash detection and fix rdrand opcode detection by @0vercl0k in #115

Full Changelog: v0.3.1...v0.3.2

v0.3.1

15 Feb 03:46
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

What's Changed

Full Changelog: v0.3...v0.3.1

v0.3

14 Feb 16:50
Compare
Choose a tag to compare

Fuzz all the things 🛫🔥💥!

Highlights

  • Add custom mutate, post mutate, fuzzer_test_tlv_server by @y0ny0ns0n in #67
  • Add a tlv_server to demonstrate a multi-packet target by @0vercl0k in #71
  • Demonstrate multi-packets testcase delivery w/ fuzzer_tlv_server by @0vercl0k in #76
  • Allow users to provide custom generators / mutators by @0vercl0k in #78

What's Changed

  • Client does not need TestcaseBufferMaxSize. by @0vercl0k in #66
  • Add custom mutate, post mutate, fuzzer_test_tlv_server by @y0ny0ns0n in #67
  • Fix missing symbol format args when caching symbol name by @JohnPMerrill in #70
  • Add a tlv_server to demonstrate a multi-packet target by @0vercl0k in #71
  • Fix broken hyperlink by @y0ny0ns0n in #72
  • Demonstrate multi-packets testcase delivery w/ fuzzer_tlv_server by @0vercl0k in #76
  • Allow users to provide custom generators / mutators by @0vercl0k in #78
  • Update README to prefer relative links by @0vercl0k in #79
  • Adjust DebugPrint macro for fmt >= 8 by @0vercl0k in #80
  • Check the size of the RAM to avoid underflow by @0vercl0k in #81

New Contributors

Full Changelog: v0.2...v0.3