hc20k / class-dump-ipa

Dumps the headers for any decrypted IPA and its frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

class-dump-ipa

Uses Python 3

Dumps the headers for any decrypted IPA and its frameworks. This is a tool I made a long time ago, open sourced because why not.

Example usage: ./class-dump-ipa [-h] [-o] Instagram.ipa output_header_path/

Changelog

Version 1.1

  • Complete rewrite
  • Added ability to open app folder in Finder when dumping is finished.

REQUIRES class-dump (https://github.com/nygard/class-dump) to be installed.

About

Dumps the headers for any decrypted IPA and its frameworks.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%