Skip to content

sadmess/Windows_system_call_hook_2004

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Syscall Hook for windows-2004

you can change the hooksyscall by change those code easily.and the syscall name should delete the "Nt".

KhSetResetHook:
	if (!NT_SUCCESS(KeSetSystemServiceCallback("DisplayString", TRUE, (ULONG64)callback, NULL)))
	{
		ntstatus = STATUS_UNSUCCESSFUL;
		goto exit;
	}

Use

you should build it with vs2019(wdk10) and use kdmapper (or any other way) to load the driver.

if you DO NOT close patchguard, you will get bsod

This hook way still not be found by EAC BE etc.

Have good cheat day!

Win11

you just need to change some offsets to fit Win11

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published