G
Guest
I try to get the absolute address of a function in memory. But using the function pointer in C++ .NET gives me the relative address ( which is the address of an instruction jmp ....... to the function ).
Is there anyway to get the absolue addess of an function?
Is there anyway to get the absolue addess of an function?