Giter Club home page Giter Club logo

Comments (3)

onyxbits avatar onyxbits commented on June 14, 2024

I'm not sure why I didn't include the .proto file. Probably to prevent it from being modified. Making changes there has big consequences and the akdeniz library is ill designed when it comes to extending it (so I want NO ONE TO FIDDLE WITH IT).

That being said, I'm in the process of rewriting that part from scratch. The new library is designed with modularity in mind and avoids having a hugetastic protobuf parser.

Is there a particular (set of) field(s) you need and if so, what for?

from raccoon4.

jpstotz avatar jpstotz commented on June 14, 2024

As you are the one who accepts or rejects the pull requests I don't see a problem in publishing that file.
The problem is that without the proto file it is very difficult to compare what is present and what is missing as e.g. getting the field ids from the generated GooglePlay.java file is pretty complicated. For example I am not sure if your DeviceConfigurationProto already contains field 27 and 29.

Also other open source projects using Google-API have no problem publishing those files. If raccon4 would also have them included in the repository that would make it possible to synchronize them at least partially or on a long term perspective consolidate the names of message objects that has been added after Google changed protobuf in a way that you can no longer read them in the decompiled PlayStore/GooglePlayServices apk file.

I am not sure what a "hugetastic protobuf parser" is, but that you are working on something sounds good. As there is no development branch available on Github I assume you keep everything private, so no one can help you and we will have to wait to see when it is finished. Hopefully your success rate at rewrite something from scratch is higher than mine ;)

from raccoon4.

jpstotz avatar jpstotz commented on June 14, 2024

I just remember another option for that protobuf files are required: When sniffing Google Play Services/ Play Store traffic of a real or emulated device some proxy programs like Charles Web Debugging Proxy allow to load the protobuf definitions to decode the traffic. This decoding is really helpful because otherwise you will only see the field ids instead of the object names and field names and some times message objects can't be decoded at all without matching proto file.

From my perspective the more people are familiar with the underlaying protocol the feaster we will be able to find out what needs to be changed next time Google changes the protocol in a way that Raccoon4 and other Google-Playstore-API based projects are affected.

from raccoon4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.