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

https://github.com/leptos-null/protodump

Obtain proto definition files using the Objective-C and Google Protobuf runtimes
https://github.com/leptos-null/protodump

protobuf reverse-engineering

Last synced: 3 months ago
JSON representation

Obtain proto definition files using the Objective-C and Google Protobuf runtimes

Awesome Lists containing this project

README

        

## ProtoDump

ProtoDump is a tool used to obtain proto definition files using the Objective-C and Google Protobuf runtimes.

### Usage

`DYLD_INSERT_LIBRARIES=/usr/lib/protodump.dylib ./executable `

### TODO

- Enums (currently the ABI equivalent, `int32`, is used instead)

- Dependecy analysis for children messages (currently children messages aren't able to be found during circular dependecy lookups)