FindModule traverses loaded modules of all processes in the snapshot and if there is module with the specified base address, it returns its metadata.
(addr va.Address)
| 55 | // FindModule traverses loaded modules of all processes in the snapshot and |
| 56 | // if there is module with the specified base address, it returns its metadata. |
| 57 | FindModule(addr va.Address) (bool, *pstypes.Module) |
| 58 | // FindAllModules finds all unique modules across the snapshotter state. |
| 59 | FindAllModules() map[string]pstypes.Module |
| 60 | // FindAndPut attempts to retrieve process' state for the specified process identifier. |
no outgoing calls