Malware development trick – part 37: Enumerate process modules via VirtualQueryEx. Simple C++ example.

From cocomelonc.github.io

Hello, cybersecurity enthusiasts and white hackers!

hack

Today, this post is the result of my own research on another popular malware development trick: get list of modules of target process.

It’s similar to my previous post about enum list of modules, but in this case I used VirtualQueryEx

Read more…