Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DLL Talk / Finding Scrambled Name in DLL

Author
Message
Jeff032
16
Years of Service
User Offline
Joined: 13th Aug 2007
Location:
Posted: 12th Sep 2007 01:30
Im using Visual C++ 2005 Express to write dlls, im just messing around for now, and I was wondering if there was anyway to know what the scrambled export name is without opening up the dll in notepad and searching for it.

im basically using:

__declspec(dllexport) void doSomething()
{
}

Thank you

-Jeff

Space Game WIP
IanM
Retired Moderator
21
Years of Service
User Offline
Joined: 11th Sep 2002
Location: In my moon base
Posted: 12th Sep 2007 01:33
If you use code like the following:

... then the function name will be 'doSomething'. If you don't then it's easier to look for the name than try to figure out its mangles name.

The only downside to doing the above is that you can no longer overload the function (ie, create another function with the same name but different parameters).

Utility plugins collection and
http://www.matrix1.demon.co.uk for older plug-ins and example code

Login to post a reply

Server time is: 2024-05-18 09:04:30
Your offset time is: 2024-05-18 09:04:30