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

Method RemoveModule

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

RemoveModule removes the module the given process.

(pid uint32, addr va.Address)

Source from the content-addressed store, hash-verified

40 RemoveThread(pid uint32, tid uint32) error
41 // RemoveModule removes the module the given process.
42 RemoveModule(pid uint32, addr va.Address) error
43 // AddMmap adds a new memory mapping (data memory-mapped file, image, or pagefile) to this process state.
44 AddMmap(*event.Event) error
45 // RemoveMmap removes memory mapping at the given base address.

Callers 4

TestRemoveModuleFunction · 0.95
RemoveModuleMethod · 0.65
updateSnapshottersMethod · 0.65
ProcessEventMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestRemoveModuleFunction · 0.76