AeonLucid / POGOProtos

A central repository for all proto files of PokémonGO.
MIT License
726 stars 279 forks source link

Unknown25 is changed #205

Closed iGio90 closed 7 years ago

iGio90 commented 8 years ago

it is now -> unknown25: '7363665268261373700' (still static)

Kermel commented 8 years ago

Maybe a lame question but could you please indicate how to find this out ? (which tools are best for catching and then decoding the official app requests) ?

I think that besides unknown25 it is also good to know the hash used in DownloadSettings request message (?)

trisk commented 8 years ago

@kermel https://github.com/rastapasta/pokemon-go-mitm for fields which exist in the current protobuf spec (it's not good at identifying new fields)

Kermel commented 8 years ago

Thanks, I will try to run it (seems not just a piece of cake :-) )

iGio90 commented 8 years ago

https://github.com/AeonLucid/POGOProtos/pull/208

AeonLucid commented 7 years ago

Closing this issue, it's fixed.