-
-
[解决]typedef的用法
-
发表于:
2014-5-8 23:46
3630
-
_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的用法没见过,查了好多资料也没找到类似的讲解
哪位朋友能细致的讲解下,或者告知下可查的书籍...
总想把问题搞个明白,却找不到资料....在此先感谢
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课