执行Python代码时出错。没有名为“ angelheap”的模块

时间:2018-08-19 22:20:54

标签: python gdb reverse-engineering

当我运行gdb并设置断点时,出现此错误。

$user["email"]

如何解决?

2 个答案:

答案 0 :(得分:1)

您可以在看起来像这样的官方文档中了解如何安装它:https://github.com/scwuaptx/Pwngdb

安装

cd ~/
git clone https://github.com/scwuaptx/Pwngdb.git 
cp ~/Pwngdb/.gdbinit ~/

答案 1 :(得分:0)

也许可以在下面查看此GitHub存储库,以确保安装正确完成: https://github.com/scwuaptx/Pwngdb