research32
A blog about researching and testing C++/Win32 facts
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 13, 2014
INT in notepad.exe
›
The Import Name Table (INT) contains information how to fill the Import Address Table (IAT) during load time, with appropriate virtual addre...
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...
Oct 22, 2014
Punctuators and digraphs
›
Have you ever seen C++ code like below? int main ( int argc , char * argv < :: > ) < % return 0 ; % > The code abo...
‹
Home
View web version