October 2023
Intermediate to advanced
312 pages
8h 26m
English
The last two kinds of notification callback routines we’ll cover in this book are image-load notifications and registry notifications. An image-load notification occurs whenever an executable, DLL, or driver is loaded into memory on the system. A registry notification is triggered when specific operations in the registry occur, such as key creation or deletion.
In addition to these notification types, in this chapter we’ll also cover how EDRs commonly rely on image-load notifications for a technique called KAPC injection, which is used to inject their function-hooking DLLs. Lastly, we’ll discuss an ...
Read now
Unlock full access