SVC: Difference between revisions
No edit summary |
No edit summary |
||
| Line 245: | Line 245: | ||
|- | |- | ||
| 0x60 | | 0x60 | ||
| DebugActiveProcess(Handle*, unsigned int ProcessID) | | DebugActiveProcess(Handle *KDebug, unsigned int ProcessID) | ||
|- | |- | ||
| 0x61 | | 0x61 | ||
| Line 275: | Line 275: | ||
|- | |- | ||
| 0x6A | | 0x6A | ||
| ReadProcessMemory(void*, Handle, unsigned int, unsigned int) | | ReadProcessMemory(void*, Handle KDebug, unsigned int, unsigned int) | ||
|- | |- | ||
| 0x6B | | 0x6B | ||
| WriteProcessMemory(Handle, void const*, unsigned int, unsigned int) | | WriteProcessMemory(Handle KDebug, void const*, unsigned int, unsigned int) | ||
|- | |- | ||
| 0x6C | | 0x6C | ||