06 2014 档案
摘要:mAlloc proc nSize:dword add nSize,4 invoke GlobalAlloc,GMEM_ZEROINIT or GMEM_FIXED,nSize retmAlloc endp init_L proc _struct1LOC...
阅读全文
摘要:printstring macro Var: REQ local info .code if DBGWIN_DEBUG_ON eq 1 pushad invoke szLen, addr Var if DBGWIN_EXT_INFO eq ...
阅读全文
摘要:memcpystack proc dest,src,cnt ;cnt is a count of dwords ;this function has a granularity of dwords mov edx,src mov eax,dest sub eax...
阅读全文
摘要://请保持文件编码为UTF-8package main //程序入口包必须是mainimport "fmt" //导入使用功能的包,可以在前面使用别命var a int //定义全局变量初始为零,类型在后面。未指定情况,标准类型为零,其它为nilvar ( //多赋值方式 a1 int...
阅读全文

浙公网安备 33010602011771号