Skip to content

Snake & Apple: Checksec

Compare
Choose a tag to compare
@Karmaz95 Karmaz95 released this 07 Jan 12:53
· 114 commits to main since this release

MAJOR

  • Added SnakeIII class!
  • Added LCFinder!
  • Added ModifyMachOFlags!
  • Added getEncryptionInfo() to the SnakeI: Mach-O class and --encryption_info flag for this functionality
    • If the encryption info load command exists, the information will be printed in the --info flag
    • The user can also specify the output path if he wants to dump the encrypted (or not if cryptid=0) data sector from the file (it works with fat binaries)

MINOR

  • Wrapped lief.MachO.parse(self.file_path) in a parseFatBinary() method inside a MachOProcessor class.