VIRGIN FOREST OF JAVA
不要埋头苦干,要学习,学习,再学习。。。。。
powered by R.Zeus
1.the stack address and new buffer address is automatic, so they can't be used them in code.
we should use registers which store the useful information in code.

jmp eax,ecx,esi,edi...

lea ebp,dowrd ptr[esp+XX] to restore stack.

mov ecx,0040xxx
jmp ecx

the same as:
push 0040xxx
ret


mov [0040xx],xxx


posted on 2008-08-05 13:10 R.Zeus 阅读(263) 评论(0)  编辑  收藏 所属分类: ASM-MACRO

只有注册用户登录后才能发表评论。


网站导航: