MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / FindModule

Method FindModule

pkg/ps/snapshotter.go:57–57  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

TestAddModuleFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestAddModuleFunction · 0.52