Does anyone know a tool that will dump the relocation table of a DLL?
I am tracking down a bug that seems to me to relate either to a failure correctly to relocate a symbol or else to a corruption after the relocation has happened.
I want to find out where the specific relocation is and is used in the dll so that I can investigate further.