Skip to content
/ machocli Public

Python tool to analyse mach-o files (based in LIEF)

License

Notifications You must be signed in to change notification settings

Te-k/machocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python tool to analyse mach-o files (based in LIEF)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published