News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Find Declaration of constructor doesn't work

Started by GeO, November 25, 2010, 03:15:29 PM

Previous topic - Next topic

ollydbg

Quote from: Huki on March 07, 2014, 04:08:35 AM
...
I tested your patch and can confirm it handles both cases as expected.

So I'm ok about committing your entire patch. :)

Hi, Huki, thanks for the test and discussion. Now, the patch is in trunk (r9756).
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.