2009年6月8日
摘要:
/*利用异常结构处理搜索GetProcAddress入口地址*/#include<STDIO.H> #include<WINDOWS.H> main(){_asm{callex//取得当前地址以计算异常结构开始的地址 moveax,0x77000000mov[ebp-0ch],eaxmoveax,espsubeax,8xchgfs:[0],eaxmovDWORDptr[ebp-00h],eaxmoveax,fs:[4]movDWORDptr[ebp-04h],eaxmovfs:[4h],ebp//保存ebp到fs:[4h]中 addecx,34hpushecxpushe 阅读全文