Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 479 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 479 Bytes

extract-section

Easily extract sections from a Mach-O binary.

Usage

Where entitlements is the section name to extract:

$ extract-section path/to/binary entitlements output.plist

Installation

With homebrew:

$ brew install keith/formulae/extract-section

Manually:

  • Install radare2
  • Install r2pipe for python
  • Run python setup.py install