News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The strange Code hints in C language with CC-plugin

Started by xunxun, November 17, 2010, 02:32:09 PM

Previous topic - Next topic

xunxun

The C language hints should be "main::xx", and the right bracket ")" may be redundant.
Regards,
xunxun

ollydbg

After debugging for about one hour, the bug should be fixed by this patch. :D
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.

xunxun

Regards,
xunxun