Unwake Posted January 31, 2010 Posted January 31, 2010 I want to make dll with Decorated Names by using masm32the export name is like ?MoleBox_GetUserMail@@YA?AVMoleString@@XZwhen i wrote in .def file like thisLIBRARY MYCLASSEXPORTS?MoleBox_GetUserMail@@YA?AVMoleString@@XZ=MoleBox_GetUserMail @1?MoleBox_GetUserName@@YA?AVMoleString@@XZ=MoleBox_GetUserName @2when i make the dll,i find it is ?MoleBox_GetUserMail rva: 00001006 ord: 1 ?MoleBox_GetUserName rva: 00001014 ord: 2
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now