在练习Pwn过程中,要用到python的一个库,叫做LibcSearcher,安装方法如下:
1.git clone https://github.com/lieanu/LibcSearcher.git
2.cd LibcSearcher
3.python setup.py install
4.直接运行python exp.py会提示“No module named LibcSearcher",需要将LibcSearcher.py 复制到当前目录(安装目录)。