https://github.com/paradiseduo/ida-swift-demangle
A tool to demangle Swift function names in IDA.
https://github.com/paradiseduo/ida-swift-demangle
Last synced: 3 months ago
JSON representation
A tool to demangle Swift function names in IDA.
- Host: GitHub
- URL: https://github.com/paradiseduo/ida-swift-demangle
- Owner: paradiseduo
- Created: 2021-07-15T08:44:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T07:34:38.000Z (almost 4 years ago)
- Last Synced: 2025-04-11T20:05:44.873Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ida-swift-demangle
A tool to demangle Swift function names in IDA.You can use it in Mac's IDA Pro 7.0
## How to use
```bash
git clone https://github.com/paradiseduo/ida-swift-demangle.git
cd ida-swift-demangle
sudo mv swift.py /Applications/IDA\ Pro\ 7.0/ida.app/Contents/MacOS/plugins/
```
Open IDA Pro 7.0, Edit->Plugin->Swift Dump
### Before:

### After:

### Original:

## Required
MacOS and install Xcode.app## About testSwift.py
slowly but nice