Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 863 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 863 Bytes

machocli

Python tool to analyse Mach-o files for malware analysis, based on LIEF.

Usage

usage: machocli [-h] {cert,crypto,info,shell,unfat} ...

positional arguments:
  {cert,crypto,info,shell,unfat}
                        Plugins
    cert                Parse certificates from the binary
    crypto              Identifies cryptographic values
    info                Extract info from the MACH-O file
    shell               Launch ipython shell to analyze the Macho file
    unfat               Extract binaries from a Mach-o flat binary

optional arguments:
  -h, --help            show this help message and exit

Alternatives

LICENSE

This code is provided under MIT license.