diff options
author | José Fonseca <jfonseca@vmware.com> | 2015-02-07 21:30:38 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2015-02-07 23:27:17 +0000 |
commit | af75cd67aa44e436c1278b1e0f516fa2a07c1991 (patch) | |
tree | 1da4e439bac0b8634acf21c9e938b0a6d45b6149 /inject | |
parent | 6203b5a0780f717c888bb1fc3637eaf47bc3b23f (diff) |
inject: Handle api-ms-win-core-kernel32-legacy-l1-1-1 too.
Diffstat (limited to 'inject')
-rw-r--r-- | inject/injectee.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inject/injectee.cpp b/inject/injectee.cpp index 96f6779b..c44f1708 100644 --- a/inject/injectee.cpp +++ b/inject/injectee.cpp @@ -937,6 +937,7 @@ DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) registerLibraryLoaderHooks("api-ms-win-core-libraryloader-l1-1-1.dll"); registerLibraryLoaderHooks("api-ms-win-core-libraryloader-l1-2-0.dll"); registerLibraryLoaderHooks("api-ms-win-core-kernel32-legacy-l1-1-0.dll"); + registerLibraryLoaderHooks("api-ms-win-core-kernel32-legacy-l1-1-1.dll"); registerProcessThreadsHooks("kernel32.dll"); registerProcessThreadsHooks("api-ms-win-core-processthreads-l1-1-0.dll"); |