搜索资源列表
Delay_time
- 用C编写的微秒级精确延时DLL函数库,通过调用kernel32.dll的QueryPerformanceFrequency()、QueryPerformanceCounter()函数实现。
getKernel32Base
- getKernel32Base,用于取Kernel32.dll的基地址,一种很简单的方法
读取系统信息
- 通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的api函数取得系统的消息。是一个比较全的取得系统消息的集合-through Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO) api function of the system made news. A comparison is mad
fs
- 防杀程序 防止恶意结束程序,动态加载KERNEL32.DLL来实现 -Anti-kill procedures to prevent the malicious end of the procedure, dynamic load KERNEL32.DLL to achieve ....
Injector
- BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID) if(!Proc) { sprintf
run_notepad
- Function SetPriorityClass Lib "kernel32" & Function GetPriorityClass Lib "kernel32" &Function OpenProcess Lib "kernel32" This code is run notepad.exe
DepMng
- 使用Kernel32.dll中的API设置系统DEP(数据执行保护)功能。-Set DEP (Data Execution Prevention) by using an API form Kernel32.dll.
ejecter-le-CD-ROM
- An example of code that shows how Eject CD-ROM with the Windows DLL KERNEL32.DLL .-An example of code that shows how Eject CD-ROM with the Windows DLL KERNEL32.DLL .
JobObject
- 通过windows的内核对象JobObject实现对程序的运行时间和内存使用的控制,开发初衷是作为一个简陋的acm判题沙箱. 大致步骤: 1.通过CreateJobObject创建一个工作对象 2.通过SetInformationJobObject设置工作对象的参数,详见MSDN(http://msdn.microsoft.com/zh-cn/library/ms686216) 3.以CREATE_SUSPENDED方式启动进程,通过CreatePro
kernel32
- 系统文件kernel32,系统源文件希望对大家有帮助-System file kernel32, system source files we want to help