搜索资源列表
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
BIN2C
- 将bin执行码转换为C语言代码,便分析程序执行过程-bin executable code will be converted to C language code, the implementation process analysis program
danpianjikanfagongju
- 片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-machine used in the process of developing the multi-purpose tools, including therm
统一数据库管理系统
- “统一数据库管理系统”执行说明: 1、 光盘目录vc6.0\\chapter3\\bin\\DBExp.exe 为主程序;Obscr ipt.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll,OptDlg.dll,DBExpSQLEditXControl.ocx为主程序依赖的链接库文件。 2、 光盘目录vc6.0\\chapter3\\src\\DBExp为主程序的源代码 光盘目录vc6.0\\chapter3\\src\\Obscr ipt为本系统所依
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
zhuomianshezhi
- 利用Visual c++.net 编写的 桌面设置演示 程序。代码都有注释。对初学者很有帮助。能实现:设置桌面墙纸;删除桌面快捷方式;清空回收站等。-Using Visual c . Net prepared demo desktop settings. Code have the Notes. Very helpful for beginners. To achieve: Setting the desktop wallpaper to delete a desktop shortcu
maze3dflyer-1.1.bin
- maze source code c++ using opengl it is very interesting to use opengl -maze source code c++ using opengl it is very interesting to use opengl
csdn
- C#版CSDN技术社区离线浏览助手源代码,可能还有些问题,因为CSDN社区改版了,帖子读取不到了,大家试着改改地址,程序本身是没有问题的,在VS2005下可顺利编译。运行时请将csdn.mdb拷贝至Bin目录下,与EXE文件在同级目录。-C# version of offline browser helper CSDN technical community the source code may also be some problems, because communities CSDN r
Csharp_IM
- C# 仿MSN界面聊天软件IM源程序,虽然是仿,但也算是一个不小的项目,使用了SQL数据库,界面做的也挺漂亮,编译时需要把子目录依次编译,有些类库需要拷贝到相应的BIN目录中,可以运行,但就是比较麻烦些。-C# interface imitation MSN IM chat software source code, although this is a fake, but also be a big project, use the SQL database, the interface is
gmake
- gmake is utilities to complile c code file and make a bin file-gmake is utilities to complile c code file and make a bin file
Conv
- 将二进制文件转换成c代码const数组,convert binary file to array of c source code-convert binary file to array of c source code
mvstereo_v1.0[1]
- This a C++ implementation of the multi-view stereo matching algorithm described in: Brandon M. Smith, Li Zhang, Hailin Jin. Stereo Matching with Non- parametric Smoothness Priors in Feature Space. IEEE Computer Society Conference on Com
NetGazer-0.1-bin
- c++ source code to track eyes (windows based opengazer)
csharpdim
- C#源码,数据库应用,点名程序 C#点名程序,也可当作是一个随机摇号或幸运抽奖程序,可以帮助老师在课堂上进行随机点名,实例采用Visual Studio 2008作为开发工具,采用C#开发。为了简单数据存储采用文件的形式。在系统的bin目录下用lottery.asf存放学生的信息。lottery.asf是Access数据库,为了安全改名为lottery.asf。通过参与此系统的开发,读者可以了解信息管理系统的需求分析、设计和实现的完整过程,掌握Access数据库的基本管理方法、常用SQL
ClearRecycle
- C# 清空回收站的模块源码,仅此一项功能,想学习或正在学习C#的初级用户请参考-Empty Recycle Bin module C# source code alone function, want to learn or are learning C#, please refer to primary users
bin
- 这是一个C#编写的界面源代码,可以设计界面上兵该怎么走才不碰到障碍物。-This is an interface written in C# source code, you can design the interface of the soldiers on how to get it without touching obstacles.
File-to-Hex-8Bit
- A simple tool to convert binary file to hex bytes with [0x] prefix. This is for easy importing a bin file to C/C++ code.
File-to-Hex-16Bit
- A simple tool to convert binary file to 16bit hex bytes with [0x] prefix. This is for easy importing a bin file to C/C++ code.
C#文件编辑器源码
- 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod
Tools_BIN_转_C
- 一个将BIN文件转换为C格式文件的小工具,附有VB60的源代码(A BIN file converted to C format of a small tool, with the source code of VB60.)