AheadLib-x86-x64 icon indicating copy to clipboard operation
AheadLib-x86-x64 copied to clipboard

导出函数带有下划线开头的函数,处理有BUG

Open kyle-go opened this issue 5 years ago • 1 comments

例如User32.dll->_UserTestTokenForInteractive

解决办法: #pragma comment(linker, "/EXPORT:后需要加两个下划线,最终生成出来的导出函数才会有一个下划线

kyle-go avatar Aug 16 '19 07:08 kyle-go

导出函数那个asm咋用的 // jump.asm”的自定义生成已退出,代码为 9009

hibensonman avatar Nov 29 '20 03:11 hibensonman