I am doing research in the field of forensics in memory, and currently I need to learn how to find code injections in memory in several ways. One way is to use VAD tags to enter the code.
I tried to figure out what VAD is and what VAD tags are, but I just could not find a simple simple explanation. The only thing I understand is that VAD is some kind of win32 structure, and it has something to do with the process address space. But I don’t understand what exactly VAD does, how you use it to enter code, and how you can detect code injections in RAM that use VAD tags.
I would be grateful if you could guide me through this. Thanks:)
source
share