我这么写
extern "C" __declspec(dllexport) void msg();
void msg(void)
{
MessageBox(NULL,"hello","ok",MB_OK);
}
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)
{
return 1;
}
可是输出函数在调用的时候就是_msg(),如何写才能变成msg();
[培训]科锐逆向工程师培训第53期2025年7月8日开班!