2 matches found
Linux/x86 - System Beep
No description provided by source. / By Thomas Rinsma meatth0mas.nl 16 apr. 2008 Shellcode makes system speaker beep once, 45 bytes: ; int fd = open"/dev/tty10", ORDONLY; push byte 5 pop eax cdq push edx push 0x30317974 push 0x742f2f2f push 0x7665642f mov ebx, esp mov ecx, edx int 80h ; ioctlfd,...
linux/x86 system-beep shellcode 45 bytes
Exploit for linux/x86 platform in category shellcode ======================================== linux/x86 system-beep shellcode 45 bytes ======================================== / By Thomas Rinsma 16 apr. 2008 Shellcode makes system speaker beep once, 45 bytes: ; int fd = open"/dev/tty10", ORDONLY;...