angr.procedures.posix.readdir¶
- angr.procedures.posix.readdir.Dirent¶
alias of
dirent
- class angr.procedures.posix.readdir.readdir¶
Bases:
SimProcedure- struct = None¶
- condition = None¶
- instrument()¶
Override this function to instrument the SimProcedure.
The two useful variables you can override are self.struct, a named tuple of all the struct fields, and self.condition, the condition for whether the function succeeds.