/extract-section

Use `xcrun segedit` instead

Primary LanguagePythonMIT LicenseMIT

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