Skip to content

Releases: 0vercl0k/kdmp-parser

v0.7.4

04 Jul 22:49
34c570e
Compare
Choose a tag to compare

What's Changed

  • Use cibuildwheel to make sure Linux wheels are properly named by @0vercl0k in #32

Full Changelog: v0.7.3...v0.7.4

v0.7.3

24 Jun 23:54
1cc83d3
Compare
Choose a tag to compare

What's Changed

  • Adding support for "Live Kernel Memory" dump type (0x6) by @hugsy in #30

Full Changelog: v0.7.2...v0.7.3

v0.7.2

05 Mar 04:18
8fbb640
Compare
Choose a tag to compare

What's Changed

  • Make dumps of type CompleteMemoryDump trust TotalNumberOfPages header field instead of just MetadataSize by @hugsy in #28
  • bump version to v0.7.2 by @0vercl0k in #29

Full Changelog: v0.7.1...v0.7.2

v0.7.1

19 Dec 20:31
1d18e53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7...v0.7.1

v0.7

19 Dec 17:51
2c65a9e
Compare
Choose a tag to compare

What's Changed

  • Add support for types 8, 9 & 10 by @hugsy in #22

Full Changelog: v0.6...v0.7

v0.6

10 Dec 19:16
233f0b4
Compare
Choose a tag to compare

What's Changed

  • Multiple improvements in CI and Python3 bindings by @hugsy in #19

New Contributors

  • @hugsy made their first contribution in #19

Full Changelog: v0.5...v0.6

v0.5

16 Jan 20:26
3bec915
Compare
Choose a tag to compare

Changelog

  • #16: Fix the code for clang-11 as well as adding it to the CI.

v0.4

27 Dec 20:12
ce69a3f
Compare
Choose a tag to compare

Changelog

  • #11: constexpr, Python stable API, header-only, nits.
    • The python module is now PEP-384 compliant and uses the Python stable ABI which means that it should be compatible with every current and future Python 3 versions (#12),
    • Turned the library into a header-only library (#13),
    • constexpr the library wherever was possible, as well as const,
    • Fix a bug where the mmap return was checked but it didn't invoke perror,
    • Fix the DisplayUtils mess,
    • Turn Page into a namespace instead of a structure,
    • Use optional for VirtTranslate to handle error case properly,
    • Build w/ Py3.6-3.9 on both Windows/Linux in the CI,
    • Fix a bunch of small things

v0.3

03 Oct 23:50
c1e085f
Compare
Choose a tag to compare

Changelog

  • #9 Clean-ups from various static analysis engines
  • #10 Turn on /W4 for MSVC and -Wall/Wextra/pedantic

v0.2

25 Sep 03:04
9b45ffe
Compare
Choose a tag to compare

Changelog:

  • #3 Python 3 bindings
  • #5 Move the CI off AppVeyor and centralize everything with Github Actions
  • #6 Upload Linux x64 artifacts
  • #7 Formatting and README updates
  • #8 Hide kdmp-parser structures behind a namespace