Log in

View Full Version : Finding the destructor in C++ disassembly


fywdm
April 15th, 2012, 06:27
Hi,

I'm able to find the constructor of a class by finding references to the vtable of that class. How does one find the destructor?

Best regards,

FY

- Update: nevermind got it

5aLIVE
April 15th, 2012, 09:07
Care to share your findings?

fywdm
April 15th, 2012, 09:10
In my case it's the first method within the vtable. It (eventually) also contains references to the vtable.