摘要: call 调用指令,参数 函数地址 mov ecx, 0x1 mov edx, 0x2 add ecx, edx mov eax,ecx ret 函数返回 阅读全文
posted @ 2022-05-11 11:10 jiftle 阅读(84) 评论(0) 推荐(0) 编辑