Global KnowledgeBase access
未关闭
feature
- 主要语言
- Python
- 星标
- 1.2k
- 派生
- 131
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 14
描述
I think the current KB (or `angr.Project`) should be globally accessible, either as a global var or through a globally-accessible workspace property. The `DisassemblyView` only has it through the `cfg`, which doesn't exist right off the bat. In other places, like the functions table, I've had to hack in a new property.
For example, I'm writing a KB plugin that stores information per instruction or per function and I lookup function/instruction information in the plugin to change the background highlight color in the disassembly and/or function table widget.
EDIT: Ditto for making the current project accessible through the Python console.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。