diff --git a/README.md b/README.md index fab65d9..e611c95 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,5 @@ This makes it so when you stream the game in discord or OBS the rendering is str This project can easily be detected by checking for dxgi.dll IAT hooks on EtwEventWrite and stack walking of threads that execute EtwEventWrite. Inserting a pml4e into a pml4 is also detected as the PFN database contains all of the PFNs for a specific process and if a new PML4E is inserted it will -be pointing at other processes PFNs. \ No newline at end of file +be pointing at other processes PFNs. This project also doesnt not spoof return addresses so everything the CPU executes the internal module it is leaving +return addresses on the stack. \ No newline at end of file