A utility for dumping the managed Protobufs of Pokemon GO from Unity's IL2CPP reflection metadata. This includes all of the game's RPC functionality but none of the envelopes or authentication provided by Niantic's Promenade library.
pogo-proto-dumper
parses the global-metadata.dat
file generated by Unity
to emulate C# reflection in C++. In Android apps, this file can be found at
assets\bin\Data\Managed\Metadata\global-metadata.dat
.
-
Build:
$ cmake -Bbuild -H. $ make -Cbuild
-
Run:
$ ./build/pogo-proto-dumper /path/to/global-metadata.dat
pogo-proto-dumper
is released under the MIT License. See LICENSE.txt
for
more information.