C 的新手,但运行此程序时出现以下错误:程序中的流浪 '\222'
unsigned long *new_intel_stack(unsigned long *sp, lwpfun func, void *arg)
{
unsigned long *ebp;
push(sp,arg); /* argument */
push(sp,lwp_exit); /* for lwp return purposes */
push(sp,func); /* function's return address */
push(sp,0x1abcdef1); /* bogus "saved" base pointer */
ebp=sp; /* remember sp from this point for later */
push(sp,0x6c6f7453); /* push initial eax, ebx, ecx, edx, esi and edi */
push(sp,0x66206e65);
push(sp,0x206d6f72);
push(sp,0x746e6957);
push(sp,0x32207265);
push(sp,0x21363030);
push(sp,ebp); /* push initial edp */
return sp;
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
12330 次 |
| 最近记录: |