Skip to content

Releases: pan-unit42/dotnetfile

Release v0.2.4

29 Aug 19:44
Compare
Choose a tag to compare

New

  • Fast-load
  • Added method header parser to get RVA, header/code size and raw IL bytes
  • Added (internal) get_user_string() method by @tbeadle in #3
  • Detection and support for more anti metadata/parsing tricks (mixed case stream names, invalid entries in MethodDef table, maximum length exceeding strings in #Strings stream)
  • Available on PyPI by @daddycocoaman in #2
  • Simple disassembler code example

Improvements

  • get_string() method better handles obfuscator tricks
  • DotNetPEParser handles PathLike objects by @mariesosa in #4
  • Better error handling for corrupt resources

Fixed

  • Fixed sorting in TypeRef hash method
  • Typo fixes in documentation by @botherder @julupu in #5 and #6
  • Various other small fixes