原文链接
分析Protobuf协议的工具
https://github.com/marin-m/pbtk sudo apt install python3-pip git openjdk-9-jre libqt5x11extras5 python3-pyqt5.qtwebengine python3-pyqt5 sudo pip3 install protobuf pyqt5 pyqtwebengine requests websocket-client git clone https://github.com/marin-m/pbtk cd pbtk ./gui.py ./extractors/jar_extract.py [-h] input_file [output_dir] ./extractors/from_binary.py [-h] input_file [output_dir] ./extractors/web_extract.py [-h] input_url [output_dir]



