Releases: mrexodia/dumpulator
Releases · mrexodia/dumpulator
v0.1.4
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
v0.1.2
v0.1.1
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
What's Changed
- Initial version of exception support, VEH, VCH, SEH, UnhandledExceptionFilter are all working!
- 8 implement write byte write word by @oopsmishap in #18
- Handle manager by @oopsmishap in #19
- Added support for setting/getting flags in Registers() by @Calastrophe in #20
- File Handle Fixes + New Functionality by @oopsmishap in #21
- Implementing a standalone memory manager by @Calastrophe in #22
- New memory manager by @mrexodia in #25
- Module manager by @oopsmishap and @mrexodia in #26
New Contributors
- @Calastrophe made their first contribution in #20
Full Changelog: v0.0.11...v0.1.0
v0.0.11
v0.0.10
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
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
What's Changed
Full Changelog: v0.0.7...v0.0.8