搜索资源列表
ShellCode.rar
- ShellCode分析,溢出攻击
缓冲区溢出攻防
- 本代码演示了缓冲区溢出的攻击与防范。我的开发环境 操作系统:windows xp professional + sp1a 编译器:visual c++.net 2003 由于操作系统的补丁太多,即使与我相同的系统也可能需要修改LoadLibrary、GetProcAddress、VirtualAlloc和\"jmp esp\"指令的地址。 请谨慎修改编译参数,修改参数可能导致修改程序。 请只编译release版,debug版无法正常执行。-demonstratio
BufferOverflow
- BufferOverflow缓冲区溢出攻击原理实例。尽管简单,但还是讲的比较清楚
bufBomb
- 经典缓冲区溢出攻击代码,含有文档。《深入理解计算机系统》一书中提供的例子,我进行了分析和试验,并将试验的结果和心得记录在文档中。欢迎下载
缓冲区溢出攻击技术-栈溢出攻击技术
- 缓冲区溢出攻击技术 栈溢出攻击技术 具体描述 栈溢出攻击如何工作
检查C/C++源程序中的可能错误和容易遭受弱点攻击的地方,如内存溢出攻击等
- 源代码安全检测器,可以检查源代码的安全性-source code security detector, inspect the source code security
detection_on_buffer_loveflow
- 一篇关于缓冲区溢出攻击和检测的硕士毕业论文
黑客溢出攻击原理分析检测
- 黑客溢出攻击原理分析检测
高级缓冲区溢出攻击方法
- 高级缓冲区溢出的原理、方法
lab3
- CSAPP第三个经典实验,缓冲区溢出攻击实验,希望你喜欢-The third classic experiments in CSAPP buffer overflow attack experiment, I hope you like it
ShellCode
- ShellCode分析,溢出攻击-Shellcode analysis, overflow attacks
huan
- 缓冲区溢出,对网络攻击程序,应该使用入侵检测工具坚持是否真的实现了攻击目的-Buffer overflow attacks on the network procedures, the use of intrusion detection tools should adhere to really achieve the purpose of the attack
Bufferoverflowattacks
- 缓冲区溢出攻击,一个简单的漏洞,可以利用整形数传值给字符常量的溢出进行攻击-Buffer overflow attacks, a simple loophole, we can use plastic value give the number of characters spill constant attack
Universal-Shellcode-dpth-analysis-of-Shellcode
- 在网上关于ShellCode编写技术的文章已经非常之多,同样的在网上经常可以看到一些关于ShelCode编写技术的文章,似乎没有为初学者准备的,这里将站在初学者的角度对通用ShellCode进行比较详细的分析,基本上我们就可以根据一些公布的Window溢出漏洞或是自己对一些软件系统进行反汇编分析出的溢出漏洞试着编写一些溢出攻击测试程序。-Shellcode about the preparation of online technology has a tremendous article, t
Advanced_buffer_overflow_exploits
- 现在有许多缓冲区溢出攻击代码。早期缓冲区 溢出攻击代码只产生了一个shell (执行程序/ bin / sh ) 。但是, 如今一些缓冲区溢出攻击代码已经很不错的功能。 例如,通过过滤,打开一个socket,打破的chroot , 等等。本文将试图解释先进的缓冲区溢出 利用技巧根据英特尔x86 Linux操作系统。-Nowadays there are many buffer overflow exploit codes. The early buffer ov
overflow
- 缓冲区溢出攻击的一些方法与案例,主要对windows以及linux存在的漏洞进行的攻击
buffer-overflow
- 详细介绍缓冲区溢出攻击技术的书籍,里面附带相关实例分析,初学者很值得一看-Details of buffer overflow attacks technology books, which included the relevant case studies, beginners are worth a visit
c1
- c实现的缓冲区溢出攻击 介绍了如何用c语言实现缓冲区攻击-c realization of buffer overflow attacks describes how to use c language to achieve a buffer attack
teamv
- VNC 溢出攻击源代码,对某个版本的vnc会起作用,已做过测试,加入自己的shellcode即可-vnc overflow sorce code
exploit_src
- 用C++语言编写的实现缓冲区溢出攻击的实例-C++ language with the realization of an instance of buffer overflow attacks