mirror of
https://github.com/qtkite/defender-control.git
synced 2024-11-13 19:10:32 +00:00
added list of functions to hook
This commit is contained in:
parent
c18a088480
commit
68634f2a15
@ -5,8 +5,17 @@
|
|||||||
// write hook functions
|
// write hook functions
|
||||||
// inject and write findings
|
// inject and write findings
|
||||||
// list of functions to hook:
|
// list of functions to hook:
|
||||||
//
|
// all imported from ADVAPI32
|
||||||
|
// RegEnumValueW
|
||||||
|
// RegDeleteValueW
|
||||||
|
// RegDeleteKeyW
|
||||||
|
// RegSetValueExW
|
||||||
|
// RegCreateKeyExW
|
||||||
|
// RegConnectRegistryW
|
||||||
|
// RegEnumKeyExW
|
||||||
|
// RegCloseKey
|
||||||
|
// RegQueryValueExW
|
||||||
|
// RegOpenKeyExW
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user