From 35ad7079ddc5bbe6b3b7da2cfa057ce87cfa2f14 Mon Sep 17 00:00:00 2001 From: Carl Schou <16375807+vmcall@users.noreply.github.com> Date: Mon, 27 Apr 2020 21:11:40 +0200 Subject: [PATCH] Readme typo thank your for credit<3 pls fix name Kappa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d82016..dfdba4f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Adding new GDI function to this project is quite easy. Just go to reactos to sea Alternatively, you can open win32kbase, win32k, win32kfull in IDA and search for the exported symbols and create the typedef. # Credits -Vmcall - Structs, typedef, reference and gdi functions. (https://github.com/vmcall/dxgkrnl_hook) +vmcall - Structs, typedef, reference and gdi functions. (https://github.com/vmcall/dxgkrnl_hook) The main idea is originated from his repository: dxgkrnl_hook. I couldn't get his project to work so I created my won. everdox - Infinity hook (https://github.com/everdox/InfinityHook) Reactos - Structs, typedef, reference and gdi functions