Skip to content

Releases: 0vercl0k/wtf

v0.2

21 Dec 16:54
aa6f90d
Compare
Choose a tag to compare

Happy holidays! 🎅🏽🤶🏽❄️🎄

Highlights

  • Adds support for generating Tenet traces with bochs backend by @gaasedelen in #12
  • sanity checking for segment registers, remove uneeded segment code in… by @wumb0 in #29
  • Copy dbgeng/dbgcore.dll so that the distribution works on Win11 by @0vercl0k in #33
  • Remove special casing related to @tr in WinHV backend by @0vercl0k in #35
  • Update documentation for wow64 by @0vercl0k in #37

What's Changed

  • Fix broken links in README by @yuawn in #3
  • Move off injectdll, add kva script. by @0vercl0k in #11
  • Stores bochscpu breakpoints in a dictionary. by @0vercl0k in #13
  • Fix hevd module by @0vercl0k in #16
  • Adds support for generating Tenet traces with bochs backend by @gaasedelen in #12
  • Add a hlt hook to prevent infinite-loop. by @0vercl0k in #23
  • Add ordlookup to be able to handle files that use ordinal imports. by @0vercl0k in #26
  • Add missing RBX register by @x9090 in #27
  • sanity checking for segment registers, remove uneeded segment code in… by @wumb0 in #29
  • Copy dbgeng/dbgcore.dll so that the distribution works on Win11 by @0vercl0k in #33
  • Remove special casing related to @tr in WinHV backend by @0vercl0k in #35
  • Update documentation for wow64 by @0vercl0k in #37
  • Get rid of the macros used to turn on logging in subsystems. by @0vercl0k in #53
  • Update third party dependencies. by @0vercl0k in #54
  • Dump the aggregated code-coverage into a file. by @0vercl0k in #55
  • Fix bug in client metrics by @0vercl0k in #56
  • Ignore BX_INSERTED_OPCODE in BeforeExecutionHook by @0vercl0k in #58
  • Make --trace-path defaults to the cwd if none is specified by @0vercl0k in #59
  • Add documentation for Tenet by @0vercl0k in #60

New Contributors

Full Changelog: v0.1...v0.2

v0.1

13 Jul 15:49
bfe47f6
Compare
Choose a tag to compare

Changelog

#2: Public release.