I just started programming at a low level (read / write to memory) and ran into a problem that I can not find the answer to.
Some of the information I want to read has an address related to a DLL loaded into e, g memory, on mydll.dll + 0x01234567. im problem is that the dll is moving in memory but the offset remains unchanged. Is there anyway to find out the location of this dll in memory.
I am currently trying to do this preferably in C #, but I would be grateful for the help in the highest level languages.
source
share