随笔分类 - xasm
摘要: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...
阅读全文

浙公网安备 33010602011771号