Skip to content

v0.5.0

Compare
Choose a tag to compare
@plusvic plusvic released this 01 Jul 07:19
· 336 commits to main since this release
  • Parse Mach-O exports and add export_hash function to macho module (#132)
  • Add --disable-warnings option. Specific warnings can be disabled by using warning identifiers like slow_patterns, duplicate_import, unsatisfiable_expr, etc (#140).
  • Raise warning when a boolean expression is always true or false (5f6a1d7).
  • BUGFIX: fix multiple crashes in macho module.
  • BUGFIX: fix multiple crashes in pe module.

Contributors: @latonis