void myfun1(char *str) { push ebp mov ebp,esp char buffer[16]; sub esp,0x18 strcpy(buffer, str); mov eax,DWORDPTR [ebp+8] mov DWORD PTR [esp+4],eax lea eax ...
確定! 回上一頁