Skip to content

Releases: mrexodia/dumpulator

v0.1.4

27 Jan 22:43
Compare
Choose a tag to compare

What's Changed

  • Fix a bug when finding a MemoryRegion with pointers that are not page-aligned
  • Add a lot of descriptions for PEB fields in the memory map (#44)

Full Changelog: v0.1.3...v0.1.4

v0.1.3

15 Jan 12:47
4e8b289
Compare
Choose a tag to compare

What's Changed

  • Implement LazyPageManager by @mrexodia in #36. This results in a 100x speedup in some cases.
  • Align the result of memory.find_free to be suitable for allocation per default by @mrexodia in #38. Thanks to @herrcore for reporting!

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Jan 00:48
Compare
Choose a tag to compare

What's Changed

  • Fix a crash in dp.module.find

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Nov 14:58
Compare
Choose a tag to compare

What's Changed

  • Fix for argument width for Enums by @oopsmishap in #31
  • Basic Export Forwaring by @oopsmishap in #32
  • Start implementing a test framework #33
  • Fix a crash when fetching instructions from unmapped memory
  • Support WRITECOMBINE, NOCACHE and GUARD pages
  • Fix regression where 32-bit pointers were not masked correctly
  • Emulate unsupported instructions (RDRAND)
  • Improve performance of the memory map on startup

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Oct 17:02
cda5db3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.1.0

v0.0.11

20 Jun 00:55
Compare
Choose a tag to compare

What's Changed

  • Documentation improvements
  • Minor bugfixes

Full Changelog: v0.0.10...v0.0.11

v0.0.10

04 Apr 18:42
Compare
Choose a tag to compare

What's Changed

  • Use the thread that caused the exception in the dump instead of the first thread

Full Changelog: v0.0.9...v0.0.10

v0.0.9

20 Mar 21:34
Compare
Choose a tag to compare

What's Changed

  • Add support for Dumpulator(quiet=True)
  • Allow dp.regs[name]
  • Stores handles in Dumpulator class
  • Implement a few more syscalls

Full Changelog: v0.0.8...v0.0.9 @mrexodia

v0.0.8

11 Mar 21:31
Compare
Choose a tag to compare

What's Changed

  • Add empty bodies for every single syscall by @mrexodia in #11

Full Changelog: v0.0.7...v0.0.8

v0.0.7

23 Dec 14:14
e339bd8
Compare
Choose a tag to compare

What's Changed

  • Support unicorn2 by @jtorreno in #7
  • Add support for dp.call(0x140001000, regs={'rcx': temp_addr, 'rdx': 0x140017000})

New Contributors

Full Changelog: v0.0.6...v0.0.7