research32
A blog about researching and testing C++/Win32 facts
Showing posts with label
virtual memory
.
Show all posts
Showing posts with label
virtual memory
.
Show all posts
Feb 24, 2018
Representation of data types in memory - Part 3
›
You have probably written statements like this thousand of times, but do you know what's going on under the hood? float foo = 1.21; Th...
Jul 20, 2016
Representation of data types in memory - Part 2
›
This is the continuation of the series "Representation of data types in memory". In this part, I will investigate how signed numer...
Jul 14, 2016
Representation of data types in memory - Part 1
›
Normally we don't need to bother how fundamental data types are stored in memory. We just expect it to work. Recently I became curios, s...
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 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...
›
Home
View web version