Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KJCracks/swift-dump
Generate readable Swift code from binaries
https://github.com/KJCracks/swift-dump
Last synced: about 1 month ago
JSON representation
Generate readable Swift code from binaries
- Host: GitHub
- URL: https://github.com/KJCracks/swift-dump
- Owner: KJCracks
- Created: 2016-07-29T15:55:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T04:51:45.000Z (over 8 years ago)
- Last Synced: 2024-08-02T01:17:54.837Z (4 months ago)
- Language: Swift
- Size: 23.4 KB
- Stars: 100
- Watchers: 10
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rainmana - KJCracks/swift-dump - Generate readable Swift code from binaries (Swift)
README
# swift-dump
swift-dump by Kim Jong-Cracks is a rewrite of the original swift-dump by neonichu (https://github.com/neonichu/swift-dump)
swift-dump is currently highly experimental, and you'll need to modify the generated classes for it them to compile!## Usage
``` swift-dump [binary ```## TODO
* Support structs
* Support complex output types eg: ```LyftUI.TextField.validators.setter : [(input : Swift.String) -> Swift.Bool]```