-
Notifications
You must be signed in to change notification settings - Fork 44
Protobuf metadata extraction tool
License
sysdream/Protod
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Protod - Protobuf's metadata extractor (c) 2012, Sysdream (d.cauquil@sysdream.com) WHAT IS PROTOD ? ---------------- Protod is a tool able to extract Google's protobuf metadata from any binary file. This version has been designed to cover every file format. The goal of this tool is to recover serialized protobuf's metadata inserted at compilation time inside an executable, and to make it available as .proto file, ready to compile with protoc (protobuf's compiler). For further information on Google's protobuf library, please see: https://developers.google.com/protocol-buffers/docs/overview HOW TO USE THIS TOOL ? ---------------------- Its usage is very simple. Here is a sample: To extract every metadata file (.proto) from a given executable: $ python protod.py somebinary IS THIS TOOL LIMITED ? ---------------------- Current version does not support every kind of fields, we are aware of this. It was developed as a proof-of-concept to demonstrate this technique, and of course you are more than welcome to contribute ! Feel free to fork this project on Github, and let us know about your issues and ideas ! THANKS ------ Great thanks to UNclePecos for his time, and all the Sysdream's staff for their support.
About
Protobuf metadata extraction tool
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published