-
-
[解决]typedef的用法
-
发表于:
2014-5-8 23:46
3641
-
_ProtoGetProcAddress typedef proto :dword,:dword
_ProtoLoadLibrary typedef proto :dword
_ProtoExitProcess typedef proto :dword
_ProtoMessageBox typedef proto :dword,:dword,:dword,:dword
_ApiGetProcAddress typedef ptr _ProtoGetProcAddress
_ApiLoadLibrary typedef ptr _ProtoLoadLibrary
_ApiMessageBox typedef ptr _ProtoMessageBox
_ApiExitProcess typedef ptr _ProtoExitProcess
这是罗云斌win32汇编中的动态获取API的例子,这里的:
_ProtoGetProcAddress typedef proto :dword,:dword
_ApiGetProcAddress typedef ptr _ProtoGetProcAddress
这两句中的typedef的用法没见过,查了好多资料也没找到类似的讲解
哪位朋友能细致的讲解下,或者告知下可查的书籍...
总想把问题搞个明白,却找不到资料....在此先感谢
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)