added list of functions to hook

pull/1/head
qtKite 3 years ago
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…
Cancel
Save