angr.knowledge_plugins.rtdb¶
- class angr.knowledge_plugins.rtdb.RuntimeDb
Bases:
KnowledgeBasePluginExternal storage-backed database for angr knowledge base plugins.
- __init__(kb, lmdb_path=None)
- Parameters:
kb (KnowledgeBase)
lmdb_path (str | None)
- Return type:
None
- increase_lmdb_map_size()
Increase the LMDB map size.
- Return type:
- reopen_lmdb()
Reopen the existing LMDB environment and all open databases in self._dbs.
- cleanup()
Submodules