research32
A blog about researching and testing C++/Win32 facts
Showing posts with label
aslr
.
Show all posts
Showing posts with label
aslr
.
Show all posts
Jan 2, 2015
Base relocation table
›
A Portable Executable (PE) file usually contains some headers and some sections. One of the sections, that may exist, is the .reloc section,...
11 comments:
Dec 21, 2014
Do you know where the stack begin?
›
There is a lot of information on the net, showing the concepts of a stack data structure. I bet you know how a stack works. I also bet you a...
Dec 7, 2014
IAT in notepad.exe
›
A couple of weeks ago, I was inspecting and comparing the .text section of a PE file (notepad.exe) and the corresponding .text section which...
Nov 23, 2014
Graphical memory layout for notepad.exe
›
In my previous post, I made a graphical memory layout for the notepad process. I showed the complete 4 GB virtual memory space (or at least ...
Oct 27, 2014
Graphical memory layout for notepad process
›
I've seen several sites on the internet, which describes how the virtual memory layout looks like for a Win32 application. But these sit...
›
Home
View web version