Posted January 31, 201015 yr 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
Create an account or sign in to comment