Sono nuovo di shellcoding.
Ho scritto codice assembly:
section .text
global _start
_start:
jmp end
start:
;open file
pop ebx ; get address of filename
xor eax,eax
mov [ebx+3], al
mov al,5
xor ecx,ecx
mov edx,777
int 80h
;e...
posta
29.01.2017 - 17:37