RemoveModule removes the module the given process.
(pid uint32, addr va.Address)
| 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. |
no outgoing calls