代码搜索:Shellcode

找到约 263 项符合「Shellcode」的源代码

代码结果 263
www.eeworm.com/read/171081/5398557

svn-work shellcode.h.svn-work

END
www.eeworm.com/read/171081/5398643

svn-base shellcode.h.svn-base

/* Agobot3 - a modular IRC bot for Win32 / Linux Copyright (C) 2003 Ago This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licens
www.eeworm.com/read/171081/5398668

svn-base shellcode.cpp.svn-base

/* Agobot3 - a modular IRC bot for Win32 / Linux Copyright (C) 2003 Ago This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licens
www.eeworm.com/read/332113/3401448

c shellcode_hook_recv.c

/* shellcode_hook_recv.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * Hook系统的recv调用的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _em
www.eeworm.com/read/332113/3401449

c shellcode_port_bind.c

/* shellcode_port_bind.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 监听端口的shellcode演示 */ #include #include #include #define PROC_BEGIN __a
www.eeworm.com/read/332113/3401454

c shellcode_port_reuse.c

/* shellcode_port_reuse.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 端口复用的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90\
www.eeworm.com/read/332113/3401455

c shellcode_match_string.c

/* shellcode_match_string.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 字串匹配查找socket的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _
www.eeworm.com/read/332113/3401461

c shellcode_test1.c

unsigned char shellcode[] = "\x2d\x0b\xd8\x9a" "\xac\x15\xa1\x6e" "\x2f\x0b\xdc\xda" "\xec\x3b\xbf\xf0" "\x90\x03\xbf\xf0" "\xd0\x23\xbf\xf8" "\xc0\x23\xbf\xfc" "\x92\x03\xbf\xf8" "\x94\x1a\x
www.eeworm.com/read/332113/3401465

c shellcode_test2.c

unsigned char shellcode[] = #ifdef V9 "\x9f\x41\x40\x01" // rd %pc,%o7 ! >= sparcv8+ #else "\x20\xbf\xff\xff" // bn,a .-4 "\x20\xbf\xff\xff" // bn,a .-4 "\x7f\xff\xff\
www.eeworm.com/read/332113/3401480

c shellcode_asm_fix.c

/* shellcode_asm_fix.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * shellcode演示 */ int main () { __asm__ (" xor %edx,%edx push %edx pu