yo almost, i guess...
This commit is contained in:
@@ -33,9 +33,17 @@ sys_exit_handler:
|
||||
|
||||
global test_user_function
|
||||
test_user_function:
|
||||
nigg:
|
||||
mov eax, 0xB00B1E5 ; 0xDEADBEEF
|
||||
int 0x80
|
||||
jmp $
|
||||
jmp nigg
|
||||
|
||||
global second_user_function
|
||||
second_user_function:
|
||||
heh:
|
||||
mov eax, 0xFACE5EA7
|
||||
int 0x80
|
||||
jmp heh
|
||||
|
||||
section .data
|
||||
sys_exit_msg: db "Returned from Ring 3", 0
|
||||
|
||||
Reference in New Issue
Block a user