angr.knowledge_plugins.custom_strings

class angr.knowledge_plugins.custom_strings.CustomStrings

Bases: KnowledgeBasePlugin

Store new strings that are recovered during various analysis. Each string has a unique ID associated.

__init__(kb)
allocate(s)
Return type:

int

Parameters:

s (bytes)

copy()