Skip to content

ScorchSecurity/Toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Toast

Method to bypass user-mode hooks.

https://scorchsecurity.wordpress.com/2016/08/26/bypassing-user-mode-the-sneaky-way/

##Usage: To use the method, simply use the ResolveNtFunc function like this:

NtCreateSection = (fnNtCreateSection)ResolveNtFunc("NtCreateSection")

This function maps ntdll from the \KnownDlls\ntdll.dll section into the current process the first time you use it and resolves the api from that. Loading ntdll this way can avoid tripping user-mode hooks.

About

User-mode hook bypassing method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages