zhangkn / FridaSwiftDump2009

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FridaSwiftDump

FridaSwiftDump a Frida tool for retriving the Swift Object info from an running app.

It's the Frida version of my Mac OS command-line tool SwiftDump.

You can either useSwiftDump for a Mach-O file or FridaSwiftDump for a foreground running app.

Check SwiftDump for more details.

Usage

  1. build frida-agent
  2. frida -UF -l ./frida-agent/_agent.js

TODO

Currently FridaSwiftDump does not parse swift protocol!

License

MIT

About

License:MIT License


Languages

Language:TypeScript 99.8%Language:Shell 0.2%