随笔分类 -  xasm

摘要: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 阅读(1250) 评论(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 阅读(582) 评论(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 阅读(2193) 评论(0) 推荐(0)