摘要: mAlloc proc nSize:dword add nSize,4 invoke GlobalAlloc,GMEM_ZEROINIT or GMEM_FIXED,nSize retmAlloc endp init_L proc _struct1LOC... 阅读全文
posted @ 2014-06-01 18:34 fuyunlong 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: printstring macro Var: REQ local info .code if DBGWIN_DEBUG_ON eq 1 pushad invoke szLen, addr Var if DBGWIN_EXT_INFO eq ... 阅读全文
posted @ 2014-06-01 18:24 fuyunlong 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2014-06-01 18:18 fuyunlong 阅读(2164) 评论(0) 推荐(0) 编辑
摘要: //请保持文件编码为UTF-8package main //程序入口包必须是mainimport "fmt" //导入使用功能的包,可以在前面使用别命var a int //定义全局变量初始为零,类型在后面。未指定情况,标准类型为零,其它为nilvar ( //多赋值方式 a1 int... 阅读全文
posted @ 2014-06-01 17:37 fuyunlong 阅读(126) 评论(0) 推荐(0) 编辑
摘要: test 阅读全文
posted @ 2014-06-01 16:23 fuyunlong 阅读(126) 评论(0) 推荐(0) 编辑
摘要: test 阅读全文
posted @ 2014-06-01 15:30 fuyunlong 阅读(109) 评论(0) 推荐(0) 编辑
摘要: test 阅读全文
posted @ 2014-06-01 12:44 fuyunlong 阅读(89) 评论(0) 推荐(0) 编辑