标签: x86 reverse-engineering
我是Angr Binary分析框架的初学者。有什么方法可以获取DDG中指令的位置。我尝试了以下代码,但结果为None。
for n in ddg.data_graph.nodes(): print(n.location.ins_addr)