Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neil-wu/FridaSwiftDump
FridaSwiftDump a Frida tool for retriving the Swift Object info from an running app.
https://github.com/neil-wu/FridaSwiftDump
Last synced: 3 months ago
JSON representation
FridaSwiftDump a Frida tool for retriving the Swift Object info from an running app.
- Host: GitHub
- URL: https://github.com/neil-wu/FridaSwiftDump
- Owner: neil-wu
- License: mit
- Created: 2020-07-05T09:25:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T04:09:52.000Z (over 1 year ago)
- Last Synced: 2024-07-28T22:36:18.703Z (3 months ago)
- Language: TypeScript
- Size: 516 KB
- Stars: 79
- Watchers: 8
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-security - FridaSwiftDump - A Frida script for retriving the Swift Object info from an running app. (Frida Scripts / SSL Pinning Bypass Tweaks)
README
#### 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](https://github.com/neil-wu/SwiftDump/).
You can either use`SwiftDump` for a Mach-O file or `FridaSwiftDump` for a foreground running app.
Check [SwiftDump](https://github.com/neil-wu/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