搜索资源列表
缓冲区溢出攻防
- 本代码演示了缓冲区溢出的攻击与防范。我的开发环境 操作系统:windows xp professional + sp1a 编译器:visual c++.net 2003 由于操作系统的补丁太多,即使与我相同的系统也可能需要修改LoadLibrary、GetProcAddress、VirtualAlloc和\"jmp esp\"指令的地址。 请谨慎修改编译参数,修改参数可能导致修改程序。 请只编译release版,debug版无法正常执行。-demonstratio
待编译
- 一个自编的程序,用于破除对代理软件有限制的网络出口服务器的应用程序。-a written procedure for the agency to get rid of a software export restrictions on the network server applications.
elipt210
- 用C语言实现的椭圆加密算法,可以UNIX平台下编译,也可以作小的改动在Windows下编译。-using the C language elliptical encryption algorithm can be compiled under Unix platform, can also make minor changes in Windows compiler.
Trans
- 反编译Java代码之后,里面的汉字会变成Unicode表示方式,比如\\u2943,本程序可以将Unicode转换成汉字。-anti-Java code compiler, they will become the Chinese character Unicode said, For example, \\ u2943 that the procedure can be converted into Unicode Chinese characters.
EXELOCK1.83EXE
- EXE文件加密器 包含文件 filelock.exe 主文件 readme.txt 说明文件 运行环境 PWIN9X,PWIN2000,16M以上。 完成日志: 3月3日,阳光日立,产生了作一个EXE文件加密器的想法。 3月12日初步完成1.0版,编译环境WIN2000,DELPHI5。自行测试没发现什么错误。 3月13日改进程序内部消息提示。 3月20日发布1.21版,经过2000下所有测试,增加文件判断是否已经加
DedeDelphi
- 超猛的可以反编译Delphi、 C++ bulider程序的源代码-bets can decompile the Delphi, C bulider program's source code
SnippetCompiler
- Snippet Compiler 是一个基于 Windows® 的小型应用程序,您可以通过它来编写、编译和运行代码。如果您具有较小的代码段,并且您不希望为其创建完整的 Visual Studio .NET 项目(以及伴随该项目的所有文件),则该工具将很有用-Snippet Compiler is a Windows-based
200603301628629
- QQ密码计算器,源程序需要在SGWINDOW开发平台上才能编译, 一般的编译器无法编译此程序.-QQ passwords calculators, and the need SGWINDOW source development platform can be built, general compiler can not compile the program.
ids_snort
- 入侵检测源代码,参考snort结构编程. 可修改,编译连接.-Intrusion Detection source code, reference snort programming structure. May revise, compile connectivity.
TroyHorseSource
- 反向木马源程序,供大家研究,编译出的exe会被防火墙认为木马,编译时需要注意-reverse Trojan source for all research, compile the exe firewall that will be Trojans compile-time attention
new-wenjianjiami
- 一款较高加密性能的C#加密软件的源代码。在Microsoft Visual Studio .NET 2005下通过编译-A high performance encryption C# encryption software source code. In Microsoft Visual Studio.NET 2005 through compiler
arpspoof.3.1.src
- 关于ARP的一个详细的源代码,可以编译通过。-on the ARP a detailed source code, compile.
DugSongToolKit
- 一个网络工具包,可以嗅探email和http等数据包中的密码等信息.注意要先把libnet-1.0.2a.tar.gz和 libnids-1.16.tar.gz装上,不然会因为缺少库函数而无法编译和安装,其它的包不是必需的,根据自己的需要看着办.
tanceFTP
- 以下的源码在VC6.0下编译通过!!!并曾正确破译出ftp的用户名和密码
Microsoft_Dns_Server_Exploit
- 这是一个dns溢出的源代码,用VC++编译 (网上收集的)
flashanti-virusprogramusingclanguage
- U盘防病毒程序C语言源代码 (备注:先要关闭电脑的自动播放功能!否则一插U盘病毒就进电脑啦LWzD 将上面的代码编译成shadu.exe程序放到C盘根目录下,再在桌面上做一个shadu.bat批处理 ,其内容为c:\\shadu.exe c:\\kill.bat就行了)
filemonforNT
- 著名的filemon可以编译的,功能很强,做驱动开发可以借鉴
PasswordDetector
- 一个简单的破解密码的工具。编译完成的位置在说明中有。
1
- 简单聊天程序服务端和客户端,vc实现,编译测试通过。
process
- 学习用的简单的进程路径查看器,主要是初学MFC的系统编程,可以获得指定程序名进程的句柄ID并显示,如果配合TerminateProcess函数可以结束进程(包括系统进程,因为获得了debug 权限)注意编译时要配置好Psapi.lib和Psapi.h