代码搜索:Shellcode
找到约 263 项符合「Shellcode」的源代码
代码结果 263
www.eeworm.com/read/332113/3401475
c shellcode.c
/* shellcode.c
*
* ripped from lsd
*/
char shellcode[] = /* 12*4+8 bytes */
"\x7c\xa5\x2a\x79" /* xor. r5,r5,r5 */
"\x40\x82\xff\xfd" /*
www.eeworm.com/read/332113/3401486
c shellcode.c
#include
int main ( int argc, char * argv[] )
{
char * name[2];
name[0] = "/bin/sh";
name[1] = NULL;
execve( name[0], name, NULL );
}
www.eeworm.com/read/332113/3401519
c shellcode.c
/* shellcode.c
*
* 《网络渗透技术》演示程序
* 作者:san, alert7, eyas, watercloud
*
* 为TCP/IP协议栈的利用程序编写的shellcode代码
*/
#include
int main(int argc, char *argv[])
{
__asm__("
www.eeworm.com/read/473927/6826213
rules shellcode.rules
# Copyright 2001-2005 Sourcefire, Inc. All Rights Reserved
#
# This file may contain proprietary rules that were created, tested and
# certified by Sourcefire, Inc. (the "VRT Certified Rules") as well
www.eeworm.com/read/105523/15665848
rules shellcode.rules
# $Id: shellcode.rules,v 1.4 2001/06/28 16:43:26 roesch Exp $
# ---------------
# SHELLCODE RULES
# ---------------
# turn these rules on if you want them, but be aware there's a
# performance hit a
www.eeworm.com/read/102140/15792677
dsp shellcode.dsp
# Microsoft Developer Studio Project File - Name="ShellCode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/102140/15792678
ncb shellcode.ncb
www.eeworm.com/read/102140/15792679
dsw shellcode.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/102140/15792680
opt shellcode.opt
www.eeworm.com/read/102140/15792681
plg shellcode.plg
Build Log
--------------------Configuration: ShellCode - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\A