MCPcopy Create free account
hub / github.com/ElyDotDev/windows-kill / RemoteProcess

Method RemoteProcess

windows-kill-library/remote-process.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 using std::string;
13
14 RemoteProcess::RemoteProcess() {
15 this->process_token = (HANDLE)NULL;
16 this->handle = (HANDLE)NULL;
17 this->remote_thread = (HANDLE)NULL;
18 }
19
20 void RemoteProcess::setSignal(Signal* the_signal) {
21 this->the_signal = the_signal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected