Skip to content

Releases: mrexodia/dumpulator

v0.2.6

02 Oct 13:38
adc648e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

22 May 14:08
80975aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

06 May 15:06
Compare
Choose a tag to compare

What's Changed

  • Add a few missing primitive types by @mrexodia in #71
  • Module loading improvement by @mrexodia in #72
  • Implement a few AVX instructions to support memmove by @mrexodia in #73
  • Implement register groups and dp.regs.save/load by @mrexodia in #74
  • Workaround for bug in new unicorn memory management by @mrexodia in #75
  • Fix a bug in the minidump library to support guard pages by @mrexodia in #76
  • Improve the P[T] to support indexed writes by @mrexodia in #77
  • Rewrite module parsing to be more robust by @mrexodia in #78

Full Changelog: v0.2.3...v0.2.4

v0.2.3

08 Apr 07:58
9cfd9ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Apr 16:12
cfd166a
Compare
Choose a tag to compare

What's Changed

  • Support WOW64 for older Windows builds by @mrexodia in #68

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Mar 18:54
b22e8e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Mar 00:13
59a45ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.2.0

v0.1.6

05 Mar 18:11
b2dbbe5
Compare
Choose a tag to compare

What's Changed

  • Actually use the new test framework by @mrexodia in #56
  • Workaround for unicorn garbage where EIP would not be increased after sysenter

Full Changelog: v0.1.5...v0.1.6

v0.1.5

05 Mar 13:00
c858f31
Compare
Choose a tag to compare

What's Changed

  • Code Refactoring for the Dumpulator Package by @anthonyprintup in #47
  • Bump the minimum Python version to 3.9 by @anthonyprintup in #49
  • Add support for SAL annotations to NT API by @mrexodia in #50
  • Refactor the handle manager and load handles from the dump by @mrexodia in #52
  • Implement rudimentary console device support (ZwDeviceIoControl) by @mrexodia in #53
  • Initial registry support (ZwOpenKey and ZwQueryValueKey) by @mrexodia in #54
  • Improve exception support and tracing by @mrexodia in #55

New Contributors

Full Changelog: v0.1.4...v0.1.5

Test artifacts

05 Mar 13:06
Compare
Choose a tag to compare
Test artifacts Pre-release
Pre-release
Replace UcError with IndexError when checking for invalid memory