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