Jump to content
Tuts 4 You

Decorated Names by using masm32 how to?


Unwake

Recommended Posts

I want to make dll with Decorated Names by using masm32

the export name is like ?MoleBox_GetUserMail@@YA?AVMoleString@@XZ

when i wrote in .def file like this

LIBRARY MYCLASS

EXPORTS

?MoleBox_GetUserMail@@YA?AVMoleString@@XZ=MoleBox_GetUserMail @1

?MoleBox_GetUserName@@YA?AVMoleString@@XZ=MoleBox_GetUserName @2

when i make the dll,i find it is

?MoleBox_GetUserMail rva: 00001006 ord: 1

?MoleBox_GetUserName rva: 00001014 ord: 2

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...