mirror of
https://github.com/thefLink/RecycledGate
synced 2026-06-08 17:44:21 +00:00
Update README.md
This commit is contained in:
@@ -5,7 +5,7 @@ This is just another implementation of Hellsgate + Halosgate/Tartarosgate.
|
||||
However, this implementation makes sure that **all system calls still go through ntdll.dll** to avoid the usage of direct systemcalls.
|
||||
To do so, I parse the ntdll for nonhooked syscall-stubs and re-use existing ```syscall;ret``` instructions - thus the name of this project.
|
||||
|
||||
A sample program using **RecycledGate** usage can be found in the **sample** folder
|
||||
A sample program using **RecycledGate** can be found in the **sample** folder
|
||||
|
||||
## Usage
|
||||
Here is a snippet, which should be self-explanatory.
|
||||
|
||||
Reference in New Issue
Block a user