这样就可以在c 或 其他asm中使用了
public _ghook,gvm .data _ghook: TIHooKing <> gvm: dq 0
比如:masm中语法
.data extern _gvm:dword extern SPMagiCode:dword
c中语法:
extern int _test;
nasm中语法:
.global studentID .data studentID: .word 12345678
本文分享自 作者个人站点/博客 前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文参与 腾讯云自媒体同步曝光计划 ,欢迎热爱写作的你一起参与!