Skip to main content

Module temp

Module temp 

Source
Expand description

Function-local temporary spaces and values.

These arenas are introduced before producers migrate away from shared Varnode storage. Body storage uses the local IDs; immutable module/API boundaries use the function-qualified IDs.

Structsยง

LocalTempId
Function-local temporary-value index.
LocalTempSpaceId
Function-local temporary-space index.
Temp
A body-owned temporary memory value.
TempId
TempRef
Immutable temporary-value reference over any QCodeView provider.
TempSpace
A body-owned memory space used only for temporary values.
TempSpaceId
TempSpaceRef
Immutable temporary-space reference over any QCodeView provider.