yo almost, i guess...

This commit is contained in:
2025-05-16 16:34:30 +03:00
parent 44d09ab13f
commit 5d012b410d
3 changed files with 42 additions and 14 deletions
+9 -1
View File
@@ -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