angr / angr/angr-management

Global KnowledgeBase access

未关闭
#62 2 条评论 0 个 reaction 已指派 1 人 已被 @ltfish 认领 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。