Releases: mrexodia/dumpulator
Releases · mrexodia/dumpulator
v0.0.6
Implement ZwProtectVirtualMemory
v0.0.5
- 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
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
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
What's Changed
- Vendor the locally patched minidump library, see: skelsec/minidump#28
Full Changelog: v0.0.1...v0.0.2