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