mirror of
https://github.com/za233/NeacController.git
synced 2026-06-08 10:15:21 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user