首页 > 解决方案 > 执行 Python 代码时出错。没有名为“angelheap”的模块

问题描述

当我运行 gdb 并设置断点时,我得到了这个错误。

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'angelheap'
Error while executing Python code.

如何解决?

标签: pythongdbreverse-engineering

解决方案


您可以在似乎是这样的官方文档中阅读有关如何安装它的信息:https ://github.com/scwuaptx/Pwngdb

安装

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

推荐阅读