Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/hopper-swift-demangle
A Hopper plugin for demangle Swift symbols
https://github.com/keith/hopper-swift-demangle
demangle hopper macho macos osx swift
Last synced: 17 days ago
JSON representation
A Hopper plugin for demangle Swift symbols
- Host: GitHub
- URL: https://github.com/keith/hopper-swift-demangle
- Owner: keith
- License: mit
- Created: 2016-06-09T19:36:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T23:28:22.000Z (over 6 years ago)
- Last Synced: 2024-10-12T06:08:16.973Z (about 1 month ago)
- Topics: demangle, hopper, macho, macos, osx, swift
- Language: Objective-C
- Homepage:
- Size: 142 KB
- Stars: 543
- Watchers: 18
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - hopper-swift-demangle - A Hopper plugin for demangle Swift symbols (swift)
- awesome - hopper-swift-demangle - A Hopper plugin for demangle Swift symbols (swift)
README
# hopper-swift-demangle
This is a [Hopper][hopper] plugin (not script) written in Swift for
demangling Swift symbols.## Example
![example][example]
## Installation
Download the latest release from [here][releases]. Then:
```
$ unzip SwiftDemangle.hopperTool.zip
$ mkdir -p ~/Library/Application\ Support/Hopper/PlugIns/v4/Tools/
$ mv Swift\ Demangle.hopperTool ~/Library/Application\ Support/Hopper/PlugIns/v4/Tools/
```## Usage
Once you've installed the plugin you should have a new *Tool Plugins*
menu item. There you can see the added Swift demangle commands.![usage][usage]
[hopper]: http://hopperapp.com/
[example]: https://raw.githubusercontent.com/keith/hopper-swift-demangle/master/screenshots/example.png
[releases]: https://github.com/keith/hopper-swift-demangle/releases
[usage]: https://raw.githubusercontent.com/keith/hopper-swift-demangle/master/screenshots/usage.png