angr.knowledge_plugins.key_definitions.heap_address

class angr.knowledge_plugins.key_definitions.heap_address.HeapAddress

Bases: object

The representation of an address on the heap.

__init__(value)
Parameters:

value (int | Undefined)

property value