搜索资源列表
文件传送
- 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,
LinuxUART
- linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <
OperateMemoryVB
- 通过文件句柄获得其他应用程序的内存数据。使用了一些底层的API函数,程序短小精悍,适用于破解、自动获得内存数据的场合。
copyhwnd
- 提供一个比较好的代码方法,复制一个文件句柄!希望大家满意!
枚举打开文件句柄
- 遍历进程枚举打开的文件句柄,可以说是文件删除利器。有多种删除方式R3 R0层
DuplicateHandle
- 使用DuplicateHandle DOS界面 可以查询当前开启文件句柄 将文件句柄插入到系统进程 保护文件不被删除 接触保护功能几个选项 有源码 能运行
FILEINFO.ZIP
- 封装Windows文件句柄程序,使能够对大于2 GB的文件进行处理(-Packaging Windows file handle procedures so as to the more than 2 GB of document processing (
在NT系列操作系统里让自己“消失”
- 这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写rootkit的研究成果,所以它能写rootkit更有效果并且更简单。这里也同样包括了我的实践。 在这篇文档中隐藏对象意味着改变某些用来命名这些对象的系统函数,使它们将忽略这些对象的名字。这样一来我们改动的那些函数的返回值表示这些对象根本就不存在。 最基本的方法(除去少数不同的)
文件传送
- 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,
AFXRootkit2005
- 一个用delphi开发的开源rootkit代码,可以隐藏文件,目录,进程,句柄等信息。-used to develop an open-source code rootkit can hide files, directories, processes, handle such information.
henum
- 枚举当前系统的所有已打开文件的句柄及路径-Enumeration of all the current system has a handle to open the file and path
LinuxUART
- linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <
OperateMemoryVB
- 通过文件句柄获得其他应用程序的内存数据。使用了一些底层的API函数,程序短小精悍,适用于破解、自动获得内存数据的场合。-Through the file handle other applications access to memory data. The use of a number of the underlying API function, dapper procedures applicable to crack, aut
copyhwnd
- 提供一个比较好的代码方法,复制一个文件句柄!希望大家满意!-Code to provide a relatively good way to copy a file handle! Hope that we satisfied!
DuplicateHandle
- 利用句柄复制进行文件占坑实现阻止文件删除,外加枚举进程内所有打开的文件、搜索文件句柄所在进程、卸载相关句柄。-Copy files using handles accounting realize pit stop delete files, plus the process of enumeration of all open files, search file handles where the process of unload
Monitorsysmouse
- 显示鼠标所指的地方的窗口信息,窗口句柄 ,子 窗口句柄,文件路径,-WINDOWS HWND,CHILD HWND of mouse point
enumfilehandle
- 枚举系统中所有已打开文件的句柄,有时一个文件删不掉,可能是文件句柄没有释放,可以用它来寻找哪个进程打开了文件,结束这个进程或者关掉句柄就可以了-Enumerate the system to handle all open files, and sometimes can not afford to delete a file, it may not release the file handle, you can use it to
savebmp
- 得到桌面dc,把桌面放到句柄HBITMAP中,并保存为my.bmp-Get Desktop dc, HBITMAP handle to the desktop in place, and saved as my.bmp
RichEdit2Rtf
- VC工程,通过拖拽方式得到窗口句柄,并实现将RichEdit中的内容保存到RTF文件。-VC project, drag and drop way to get the window handle, and achieve the RichEdit content saved to the RTF file.
matlabjubing
- 本程序解决了matlab中fmincon最优化函数的非.m函数问题,程序中使用函数句柄,使用单个文件即可实现计算。包含基本的调用m函数方法程序、采用x(1)...x(6),带括号形式的句柄程序、采用定义的x1...x6多变量的句柄程序。程序可用于迭代过程中的最优化条件发生改变的情况。希望对大家有所帮助(This program solves the non.M function problem of the fmincon optimi