Update README.md

This commit is contained in:
thefLink
2022-02-01 21:05:52 +01:00
committed by GitHub
parent 3c2e2b0cad
commit dfc941140c
+1 -1
View File
@@ -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.