This repository consists of reconstructions of Pokemon Go's protobuf files and
a mitmdump script, decode.py
to deserialize and reverse engineer the
Pokemon Go API.
protoc --python_out=protocol/ spec/*.proto
To mitm and decode messages, use decode.py
mitmdump --script ./decode.py --port 8080
The *.proto
files are in spec/
.