搜索资源列表
安装成NT服务控制其他服务.zip
- 将一个程序,安装成NT服务控制其他服务。
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的
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
NT Service服务程序框架源代码
- NT Service服务程序框架源代码,通过此框架可以快速编写NT Service服务程序,这样一来,系统即使不登陆也可启动服务。-NT Service fr a mework service program source code, adopted this fr a mework can be rapidly prepared NT Service service procedures, this one, even without
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
通用NT服务程序的框架
通用NT服务程序的框架
从NT服务启动Windows程序
- 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designat
NT Service服务程序框架源代码
- NT Service服务程序框架源代码,通过此框架可以快速编写NT Service服务程序,这样一来,系统即使不登陆也可启动服务。-NT Service fr a mework service program source code, adopted this fr a mework can be rapidly prepared NT Service service procedures, this one, even without
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都支持的,一起来欣赏牛人的作品吧,想完全看懂是有难度的,但是相信你看了会有很大的收获的。-Regmon for Windows 9x/ME/NT/2K/XP, this software I would lik
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 ca
NT驱动加载源码-2018
- NT驱动加载源码,供参考学习使用。建议先看下windows内核编程(NT driver load source, for reference learning to use. It is recommended to look at windows kernel programming first)