代码搜索:Shellcode
找到约 263 项符合「Shellcode」的源代码
代码结果 263
www.eeworm.com/read/332113/3401487
c shellcode_ioctl_fionread.c
/* shellcode_ioctl_FIONREAD.c
*
* 《网络渗透技术》演示程序
* 作者:san, alert7, eyas, watercloud
*
* use ioctl to find socket shellcode for Linux x86
* Idea from eyas
*/
unsigned char sh_Buff[1024];
unsigned
www.eeworm.com/read/332113/3401547
c replace_heap_shellcode.c
/* replace_heap_shellcode.c
*
* 《网络渗透技术》演示程序
* 作者:san, alert7, eyas, watercloud
*
* 替换默认堆
*/
#define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90\
www.eeworm.com/read/102140/15792689
txt 通用shellcode深入剖析.txt
通用ShellCode深入剖析
作者:yellow
Email:yellow@safechina.net
Home Page:www.safechina.net
www.eeworm.com/read/283598/9002951
txt exploit,shellcode经验技巧谈.txt
Exploit,shellcode经验技巧谈
--------------------------------------------------------------------------------
第八军团 时间:2004-2-24 14:08:26
这篇文章不是教你如何去写exploit,shellcode,而是希望提供一些关于编写或者研究expl
www.eeworm.com/read/159132/10692195
c shellcode_asm_full_test.c
#include
#include
char shellcode[] =
"\x55\x8B\xEC\x33\xC0\x50\x50\x50\xC6\x45\xF4\x4D\xC6\x45\xF5\x53\xC6\x45\xF6\x56\xC6\x45\xF7\x43\xC6\x45\xF8"
"\x52\xC6\x45\xF9\x54
www.eeworm.com/read/159132/10692210
c shellcode_asm2_test.c
#include
#include
char shellcode[] = {
0x8B,0xE5, /*mov esp, ebp */
0x55, /*push ebp
www.eeworm.com/read/421857/10688874
txt advanced shellcoding techniques.txt
***********************************************
* *
* Advanced Shellcoding Techniques - by Darawk *
*
www.eeworm.com/read/421857/10690205
txt advanced shellcoding techniques.txt
***********************************************
* *
* Advanced Shellcoding Techniques - by Darawk *
*