Kdmp-parser

Latest version: v0.7.2

Safety actively analyzes 623760 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.2

What's Changed
* Make dumps of type `CompleteMemoryDump` trust `TotalNumberOfPages` header field instead of just `MetadataSize` by hugsy in https://github.com/0vercl0k/kdmp-parser/pull/28
* bump version to v0.7.2 by 0vercl0k in https://github.com/0vercl0k/kdmp-parser/pull/29


**Full Changelog**: https://github.com/0vercl0k/kdmp-parser/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* Fix 23 by making `DumpTypeToString` constexpr by 0vercl0k in https://github.com/0vercl0k/kdmp-parser/pull/24


**Full Changelog**: https://github.com/0vercl0k/kdmp-parser/compare/v0.7...v0.7.1

0.7

What's Changed
* Add support for types 8, 9 & 10 by hugsy in https://github.com/0vercl0k/kdmp-parser/pull/22


**Full Changelog**: https://github.com/0vercl0k/kdmp-parser/compare/v0.6...v0.7

0.6

What's Changed
* Multiple improvements in CI and Python3 bindings by hugsy in https://github.com/0vercl0k/kdmp-parser/pull/19

New Contributors
* hugsy made their first contribution in https://github.com/0vercl0k/kdmp-parser/pull/19

**Full Changelog**: https://github.com/0vercl0k/kdmp-parser/compare/v0.5...v0.6

0.5

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

0.4

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.