Update README.md

This commit is contained in:
za233
2025-04-02 22:41:08 +08:00
parent 14b822845d
commit 32d18fecbc
3 changed files with 8 additions and 87 deletions
+8 -1
View File
@@ -41,4 +41,11 @@ The demonstration payload currently uses a single `ret` instruction as shellcode
1. Replace the placeholder shellcode with `0xCC` (INT3 breakpoint opcode)
2. Execution will then trigger either:
- Debugger break-in via `STATUS_BREAKPOINT` exception
- System crash (BSOD) if unhandled in kernel context
- System crash (BSOD) if unhandled in kernel context
### Whats more in <controller.h>
- Cross-Process Memory Reading/Writing
- Obtain Process Module Base Address
- Modify Memory Page Attributes of Other Process
- Terminate Other Process