November 2017
Intermediate to advanced
226 pages
5h 59m
English
Before starting the exploit script writing, we have to get an idea about the structure of the Windows memory layout.
Let's have a look at the memory structure for an executable:

As we use a stack and heap in most cases of exploits, we can start with these.
Read now
Unlock full access