angr.knowledge_plugins.cfg.cfg_manager

class angr.knowledge_plugins.cfg.cfg_manager.CFGManager

Bases: KnowledgeBasePlugin

This is the CFG manager, it manages CFGs

__init__(kb)
new_model(prefix, addr_type='int')
Parameters:

addr_type (Literal['int', 'block_id', 'soot'])

copy()
get_most_accurate()
Return type:

CFGModel | None

Returns:

The most accurate CFG present in the CFGManager, or None if it does not hold any.