angr.procedures.posix.getenv¶
- class angr.procedures.posix.getenv.getenv¶
Bases:
SimProcedureThe getenv() function searches the environment list to find the environment variable name, and returns a pointer to the corresponding value string.
Bases: SimProcedure
The getenv() function searches the environment list to find the environment variable name, and returns a pointer to the corresponding value string.