v0.14.0
- 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