资源列表
javaThread
- java多线程实例,代码可执行,绝对开源-java multi-threaded example, code executable, absolute open-source
FileAlarm_demo
- 文件修改的监视-The example of monitoring the change of files
codewinlogon
- 通过注入Winlogon进程截获系统密码(含源码) -inject process Winlogon get system password
FormatTest
- 格式化硬盘的示例,调用的是FormatEx的接口 -Examples of hard disk, call the FormatEx interface
Systeminfo
- 用vb.net做的,获取系统信息的程序,可以查看硬件和软件信息-Use vb.net to do, to obtain system information program, you can view the hardware and software information
BufferProgram
- 循环缓冲区好处是:使共享资源的线程的等待时间减到最小,并使他们的平均操作速度相同。 注意:循环缓冲区不适合于生产者和消费者持续以不同的速度进行操作的情况。 缓冲区太小,这样会使线程等待更多的时间。 缓冲区太大,这样会浪费内存。 -Circular buffer benefits are: to make a thread of shared resources to minimize the waiting time, make them the same as the a
Win7UAC
- 突破windows7 UAC,向system32拷贝文件-Breakthrough windows7 UAC, copy files to the system32
RunAsEx
- RunAs工具,实现以任意用户身份运行程序。可以以管理员、系统、普通用户身份运行任意程序。-RunAs tool in order to achieve any user run the program. Can the administrator, system, regular user to run any program.
MyNotepad
- 用VC写的一个Notepad源码,实现了基本的记事本功能-VC write a source Notepad
LasPro
- 自己编写的LiDAr数据处理程序,值得一看-I have written LiDAr data processing program, worth a visit
FileBind
- 本程序可以将多个程序或文件绑定成单个可执行文件 ,达到执行一个程序而多个文件同时运行的目的。-The program can bind more than one program or file into a single executable file, to execute a program and the purpose of running multiple files simultaneously.
CreateProcess
- CreateProcess 易语言的用法示例,隐藏打开一个进程,获取其pid hwnd-CreateProcess