搜索资源列表
安装成NT服务控制其他服务.zip
- 将一个程序,安装成NT服务控制其他服务。
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
NT环境下进程隐藏的实现
- NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szT
NT Service服务程序框架源代码
- NT Service服务程序框架源代码,通过此框架可以快速编写NT Service服务程序,这样一来,系统即使不登陆也可启动服务。-NT Service Framework service program source code, adopted this framework can be rapidly prepared NT Service service procedures, this one, even without the landing system can be activat
Win95和NT下直接存取物理内存和端口IO地址的程序
- Win95和NT下直接存取物理内存和端口IO地址的程序-Win95 and NT direct access to physical memory addresses and port IO procedures
Linux File System Driver EXT2 IFS for Windows NT X
- Linux File System Driver EXT2 IFS for Windows NT XP-Linux File System Driver for Windows EXT2 IFS ws NT XP
NT环境下调用中断门运行特权指令
- NT环境下调用中断门运行特权指令,在用户级调用系统级中断-NT environment door interrupted called Operation privileged instructions, the user-called system-level disruption
Nt
- 自动登陆NT内核操作系统-automatic landing NT operating system kernel
Regmon_for_Windows_9x.ME.NT.2K.XP_SOURCES
- Regmon for Windows 9x/ME/NT/2K/XP,这款软件我想使用过的人,都会为它的强大功能所折服的,以前也有一份代码,但是4.0版的,编译后不能运行于XP下,其他系统不知道,现在这份9x/ME/NT/2K/XP都支持的,一起来欣赏牛人的作品吧,想完全看懂是有难度的,但是相信你看了会有很大的收获的。
基于NT的Telnet客户端 telnet_client
- 基于NT的Telnet客户端 -NT-based Telnet client
Windows NT安全性API简介
- Windows NT安全性API简介-Windows NT security briefings API
NT 的注销、重启、关闭计算机
- NT 的注销、重启、关闭计算机-NT write-off, restart, shut down the computer
COPYTEST (NT app commu)
- two consenting programs can directly communicate under Windows NT using the WM_COPYDATA message
举NT services
- 章提供了访问NT中所有Service的功能,每次列举Services时,函数会返回一个列表-chapter of NT visit all the functions Service, each cited Services, the function will return a list
通用NT服务程序的框架
- 通用NT服务程序的框架
解NT密码的源程序
- 解NT密码的源程序-Crack NT password
config.nt
- config.c it is windows config.nt
Windows-NT-2000-Native-API-Reference
- Windows NT 2000 Native API Reference
Dos路径转nt路径
- 在windows环境中,可将dos路径转化成nt路径 例如:C:\\a.txt -->\device\diskvolume1\a.txt 还可以检验路径是否正确(In the windows environment, DOS paths can be transformed into NT paths For example: C:\\a.txt -->\device\diskvolume1\a.txt You can also verify that the path is
NT驱动加载源码-2018
- NT驱动加载源码,供参考学习使用。建议先看下windows内核编程(NT driver load source, for reference learning to use. It is recommended to look at windows kernel programming first)