搜索资源列表
dll_myown
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. Static and Dynamic Library for the disti
figuremanger
- 一个图形管理程序对于C++初学者很有用,但只有一个cpp文件-a graphics management procedures for C beginners useful, but only one document cpp
FindHit
- 利用已知动态库查找c\\c++程序漏洞的程序源代码
enginmanap-Pas2C-392bba6
- PAS2C delphi PASCAL转C的程序源代码-PAS2C delphi PASCAL transfer of C source code
AddUser
- 不使用Net命令也可以添加用户的C语言程序代码 要添加的用户名和密码可以在代码里更改-Do not use the Net command also can add users to the C language code To add a user name and password can be change in the code
shell
- 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
C++getfile
- c++ 程序设计中经常需要用到的代码,希望能够帮助大家-c++ programming often necessary to use the code, hoping to help people
Ckill
- 用VB写的C++源码加花免杀程序,写的比较菜!但效果还是可以的!-Writing with VB source code in C++ add flower free kill procedures, comparison of Writing dishes! But the results still can!
Unix_Compile_Tool
- 目录 1.GCC的使用 1.1.编译C程序 1.1.1.编译执行文件 1.1.1.1.C程序中的文件后缀名 1.1.1.2.编译单源程序 1.1.1.3.编译多源程序 1.1.2.编译目标文件 1.1.2.1.编译成目标文件 1.1.2.2.使用目标文件编译 1.1.3.预处理 1.1.3.1.预处理编译 1.1.3.2.编译预处理文件 1.1.3.3.预处理指令介绍 1.1.3.4.预定义宏介绍 1.1.3.5.预处理与make选项
del.self
- c语言程序,通过系统shell来删除自身程序。-c language program, through the system shell to remove its own procedures.
Shellcode
- Shellcode加密程序C源代码 Shellcode加密程序C源代码-Shellcode encryption Shellcode encryption C source code C source code program Shellcode encryption source code C
CredentialProviders
- vista登录开发代码,凭据提供程序CHybridCredential.c-vista log on the development code, and credential provider CHybridCredential.cpp
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
2005062509123023941
- 考试系统C++实现,源码分为客户端程序和组件两部分组成。-Test System C++ implementation, the client program source is divided into two parts and components.
cf
- 一个linux下的用c语言实现的一个简单的cf程序-Under a linux c language using a simple procedure cf
22
- 进程管理器的 C++ 源代码 能够查看和管理 Windows 程序-Process Manager, C++ source code to view and manage Windows programs
linux-c
- linux终端下面的一些Y语言程序代码 设计进程管理等。-linux terminal following the Y language program code design process management.
Hex-conversion-C-source-code
- 进制间相互转换的程序 C源码 控制台程序-Hex conversion C source code
Huffman_encode
- 该程序是利用哈夫曼算法实现对文件的压缩,编程语言是C++,平台是windows。(The program uses the Huffman algorithm to compress the file, the programming language is C++, and the platform is windows.)
c语言shellcode运行器
- 可以自行修改16进制shellcode,运行木马程序!