Protod
Protod copied to clipboard
Protobuf metadata extraction tool
./protod:300: RuntimeWarning: Unexpected end-group tag: Not all data was converted fds.ParseFromString(content)
When the protofile contains path delimiters it will cause IOErrors since it tries to create a file in a directory which does not exist. Here's a fix: https://github.com/dff180/Protod/commit/b6f9a69279450cff1f3261ef4b8852c12540ce5e
I'm trying to process a relatively large binary (35MB!) with Protod, but I'm getting `OverflowError`s. If I get it working, I'll close this issue and send over a PR. Stacktrace:...