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

Use `xcrun segedit` instead

License

Notifications You must be signed in to change notification settings

keith/extract-section

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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