angr.procedures.posix.getenv

class angr.procedures.posix.getenv.getenv

Bases: SimProcedure

The getenv() function searches the environment list to find the environment variable name, and returns a pointer to the corresponding value string.