Skip to content

Releases: mrexodia/dumpulator

v0.0.6

03 Dec 19:25
Compare
Choose a tag to compare
Implement ZwProtectVirtualMemory

v0.0.5

29 Nov 03:42
Compare
Choose a tag to compare
  • Deterministic order for operand registers in trace
  • Remove trap flag at the beginning of a trace and set gs_base
  • Decode utf-16 strings properly
  • Fix a bug with memory mapping addresses >= 0x80000000 on 32-bit
  • Add a helper script to convert x64dbg traces to dumpulator traces
  • Ignore some files and stub ZwQueryInformationToken

Full Changelog: v0.0.4...v0.0.5

v0.0.4

24 Nov 00:35
Compare
Choose a tag to compare

What's Changed

  • Improve the trace format to make it more human-readable (include module transitions and export labels)

Full Changelog: v0.0.3...v0.0.4

v0.0.3

21 Nov 21:45
Compare
Choose a tag to compare

What's Changed

  • Polish README
  • Initial implementation of 32-bit processes
  • Move the MiniDumpPlugin to a separate repository
  • Add GitHub Actions to publish to PyPI

Full Changelog: v0.0.2...v0.0.3

v0.0.2

21 Nov 13:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

20 Nov 22:49
Compare
Choose a tag to compare
  • Initial prototype.