Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 11:46
· 67 commits to main since this release
b9ade77
  • Parse LC_DYLD_EXPORTS_TRIE in Mach-O files (#303).
  • Parse chained fixup imports via LC_DYLD_CHAINED_FIXUPS in Mach-O files (#305).
  • Implement tag linter (#304).
  • Implement regex anchors ^ and $ in multi-line mode (8b01882).
  • Add support for 32-bits targets.
  • Improve performance by memoizing some function calls (#311).
  • Open source the vt module.
  • BUGFIX: Do not abort parsing when .NET file has a table with more than MAX_ROWS_PER_TABLE (908009b).
  • BUGFIX: Prevent infinite loop due to cycles in certificate chain (a751199).

Contributors: @latonis, @wxsBSD, @JonathanAnbary