athrowaway2021 / comix

Seamlessly download and de-drm comics and manga from Kindle in highest possible quality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How did you generate a .proto source file for the protobuf response?

RootEncrypter opened this issue · comments

I found some other requests in the api and I wanted to parse the protobuf but the problem is the response is in protobuf and I don't habe the .proto file to serialise it back. How did you solve this problem?

I reverse engineered it, the encrypted responses on the web API have field names and the app has compiled protobuf classes.