pwn protobuf环境搭建
对protobuf类型题目的环境搭建
安装protobuf
下载:https://github.com/protocolbuffers/protobuf/releases
根据其readme.txt安装即可
报错:
1 | ❯ protoc --c_out=./heapProto.h ./heap.proto |
缺少依赖
1 | sudo apt install protobuf-c-compiler |
安装pbkt
下载:https://github.com/marin-m/pbtk
其readme有点搞,可能是因为版本太久没更新的缘故,apt安装需要更换为以下:
1 | sudo apt install python3-pip git openjdk-11-jre libqt5x11extras5 python3-pyqt5.qtwebengine python3-pyqt5 |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Small Utopia!
评论