angr.procedures.posix.inet_ntoa¶
- class angr.procedures.posix.inet_ntoa.inet_ntoa¶
Bases:
SimProcedureinet_ntoa simprocedure
- INET_INADDRSTRLEN = 16¶
- run(addr_in)¶
Run the simprocedure
- Parameters:
addr_in (
SimStructValue) – inet_addr struct (which is just a 32-bit int)