Log in

View Full Version : executable module names...


MysTiCy
January 5th, 2006, 07:12
So i think u know what i mean... in olly, "executable modules", theres "show names", and there is like:
Movewindow@CJTableblahblah
Hide@CTDDialogblahblah
4cjstring...
etc.

So is anywhere anything what those means?
Well some are clear, like hidedialog, it closes window, but rest, i dunno

blabberer
January 5th, 2006, 10:20
well movewindow etc wont have those demangling at least i have not seen them with clear win32apis
those are called demangled names mostly apply to vcl.bpl,and c++ codes
use options-->debugging options-->addresses check mark demangle symbolic names to get those names in plain english
like whatever::whatever::stringwhatever instead of what@cjtp@@@###123

MysTiCy
January 5th, 2006, 14:38
Well, it's more readable now, thanks

But do u know is anywhere any list of those what they mean, for example, what means:
CwinCtrl
CTSplitString
CJcombobox
and alot more...

------
And without making another thread:

How to see what is done last in program? And how to find what program's user made last.