Releases: mandiant/dncil
Releases · mandiant/dncil
v1.0.2
What's Changed
This release includes minor bug fixes and improvements.
- reader: raise MethodBodyFormatError for invalid reads by @mike-hunhoff in #41
- ci: enable Python 3.11 by @mike-hunhoff in #42
Full Changelog: v1.0.1...v1.0.2
v1.0.1
This release updates the type emitted for certain CIL
instructions and includes CI and development improvements.
Welcome first time contributors!
Bug Fixes
- reader: read branch targets as signed integers #18 @blattm
- reader: read 8-, 32-, and 64- bit constants as signed integers #22 @mike-hunhoff
- scripts: add additional checks when reading from #US stream #24 @mike-hunhoff
Development
- ci: add publish to PyPi workflow @mike-hunhoff
- ci: use macos-11 @mike-hunhoff
Raw Diffs
v1.0.0
Here is the initial release of dncil - the FLARE team's open-source library to disassemble Common Intermediate Language (CIL) instructions.
Check out the README on our public GitHub and please submit any issues to our issue tracker.