| 22 | } |
| 23 | |
| 24 | void RemoteProcess::setCtrlRoutine(CtrlRoutine* the_ctrl_routine) { |
| 25 | this->the_ctrl_routine = the_ctrl_routine; |
| 26 | } |
| 27 | |
| 28 | void RemoteProcess::open(void) { |
| 29 | this->handle = OpenProcess(RemoteProcess::NEEDEDACCESS, false, this->the_signal->getPid()); |