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

翻訳前ページへ


Linux/x86 - 出口(0) 3 bytes or 出口(1) 4 bytes
#含む <stdio.h>

const char shellcode[]=
	"\x40"			// inc	%eax
//	"\x43"			// inc	%ebx	
	"\xcd\x80";		// int	$0x80

int main()
{
	printf	("\n[+] Yet 条件付きの (%eax==0) Linux/x86 出口(0) 3 bytes or
出口(1) 4 bytes"
		"\n[+] Date: 18/06/2009"
		"\n[+] Author: TheWorm"
		"\n\n[+] Shellcode Size: %d bytes\n\n", sizeof(shellcode)-1);
	(*(無効の (*)()) shellcode)();
	return 0;
}