Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 12:35
· 387 commits to main since this release
3fe7b38
  • Make the parser stricter (#502).
  • Implement dex module (#458).
  • Implement C api console log (#515).
  • Implement permhash for the crx module (#510).
  • Implement the imports() method for the Rules object in the Python API (fd17833).
  • Implement parsing for LC_LAZY_LOAD_DYLIB and LC_LOAD_UPWARD_DYLIB in macho module (#518).
  • Raise warning when a global rule is used in a condition (a429c98).
  • Raise warnings when the result of multiple hash functions is compared to strings that can't match the hash (74c005c).
  • BUGFIX: properly parse dylib trie in macho module (#517).
  • BUGFIX: panic when comparing two booleans with == (3fe7b38).
  • BUGFIX: panic when an invalid escape sequence is found in some unicode strings (d12ca9e).
  • BUGFIX: issues in the parser (ae9be7d, 4e1a74e).
  • BUGFIX: don't acquire the GIL in the Python module during scan operations (4f38eda)

Contributors: @delvinru @latonis @wxsBSD