Find the function by offset in the DLL (and PDB)

151 Views Asked by At

An error occurred in the self-written DLL:

SE EXCEPTION_ACCESS_VIOLATION at address 0x54E258BB inside C:\Program Files (x86)\...\...\...\lib.dll loaded at base address 0x54D80000. Invalid operation: read at address 0x0.

There is the DLL and the PDB file for it (and its code).

Can I watch which function is being called or which variable is being accessed, using offset?

I have calculated the offset Offset = 0x54E258BB - 0x54D80000 = 0xA58BB

Maybe there is a special software ... Thank you in advance!

0

There are 0 best solutions below