#Manual mapping DLL (using winapi) - addresses wrong?

6 messages · Page 1 of 1 (latest)

static wing
#

Manual mapping DLL (using winapi) - addresses wrong?

icy otter
#

did you allocate some memory at that address?

#

memory doesn't magically exists without being allocated

#

also most of the contemporary apps have a thing where the addresses of the sections are not fixed, but can be placed anywhere, and then reallocations are applied

icy otter
#

not sure what I should do with it