-
-
[求助]汇编语言出现段错误,求帮忙看看
-
发表于:
2017-6-13 13:35
3411
-
section .text
global _start
_start:
xor eax,eax
mov al,0x91
xor ebx,ebx
xor ecx,ecx
int 0x80
xor eax,eax
push eax
push 0x68732f2f
push 0x6e69622f
mov ebx,esp
push eax
push ebx
mov ecx,esp
xor edx,edx
mov al,0xdd
int 0x80

我的目的是系统调用execve执行一个/bin/sh
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课