AddModule builds module state from the event representation.
(*event.Event)
| 36 | AddThread(*event.Event) error |
| 37 | // AddModule builds module state from the event representation. |
| 38 | AddModule(*event.Event) error |
| 39 | // RemoveThread removes the thread from the given process. |
| 40 | RemoveThread(pid uint32, tid uint32) error |
| 41 | // RemoveModule removes the module the given process. |
no outgoing calls