Module alloc

Source
Expand description

This module provides methods to retrieve allocation information, such as static variables.

Structs§

AllocId
A unique identification number for each provenance

Enums§

GlobalAlloc
An allocation in the SMIR global memory can be either a function pointer, a static, or a “real” allocation with some data in it.

Functions§

read_target_int 🔒
Utility function used to read an allocation data into an assigned integer.
read_target_uint 🔒
Utility function used to read an allocation data into a unassigned integer.