Releases: mrexodia/dumpulator
Releases · mrexodia/dumpulator
v0.2.6
v0.2.5
v0.2.4
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
What's Changed
- Logging Ret Address of all calls by @regionUser in #67
- Fix Ctrl+C while tracing by @mrexodia in #69
New Contributors
- @regionUser made their first contribution in #67
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Code quality improvements by @mrexodia in #63
- Add support for win32k syscalls by @mrexodia in #64
- Implement exception hooks by @mrexodia and @oopsmishap in #65
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Improve performance of decommitting memory by doing it in chunks by @mrexodia in #58
- Syscall improvements by @mrexodia in #59
- Proper generic pointer types by @mrexodia @oopsmishap @anthonyprintup in #60
- Implement ctypes alternative by @mrexodia in #61
Full Changelog: v0.1.6...v0.2.0
v0.1.6
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
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
andZwQueryValueKey
) by @mrexodia in #54 - Improve exception support and tracing by @mrexodia in #55
New Contributors
- @anthonyprintup made their first contribution in #47
Full Changelog: v0.1.4...v0.1.5
Test artifacts
Replace UcError with IndexError when checking for invalid memory