Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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]```