added list of functions to hook

This commit is contained in:
qtKite 2021-06-03 14:08:45 +10:00
parent c18a088480
commit 68634f2a15

View File

@ -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"