mxrch / ProtoDeep

🏄‍♂️ Decode and analyze protobuf efficiently.
MIT License
106 stars 5 forks source link

Adding the --named-keychains arg #6

Closed mxrch closed 1 year ago

mxrch commented 1 year ago

It permits to show and extract only values where their keychains are named. Like : Applications[],i18,2,3,Downloads,real_count -> extracted Applications[],i18,2,3,Downloads,4,1,1 -> not extracted

The most practical use is to generate much smaller protofiles, and for them to have a better chance of being compatible with all parsed data.