What is image base address?
What is image base address? Executable and shared object files have a base address, which is the lowest virtual address associated with the memory image of the program’s object file. You then obtain the base address by truncating the memory address to the nearest multiple of the maximum page size. Read more…