CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nt

搜索资源列表

  1. 安装成NT服务控制其他服务.zip

    0下载:
  2. 将一个程序,安装成NT服务控制其他服务。
  3. 所属分类:系统编程

    • 发布日期:
    • 文件大小:42442
    • 提供者:
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32284
    • 提供者:潘桂聪
  1. NT环境下进程隐藏的实现

    1下载:
  2. 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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32682
    • 提供者:dsfd
  1. NT Service服务程序框架源代码

    0下载:
  2. 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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:28976
    • 提供者:aa
  1. Win95和NT下直接存取物理内存和端口IO地址的程序

    0下载:
  2. Win95和NT下直接存取物理内存和端口IO地址的程序-Win95 and NT direct access to physical memory addresses and port IO procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:110665
    • 提供者:吴均
  1. Linux File System Driver EXT2 IFS for Windows NT X

    0下载:
  2. Linux File System Driver EXT2 IFS for Windows NT XP-Linux File System Driver for Windows EXT2 IFS ws NT XP
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:364557
    • 提供者:辛万江
  1. NT环境下调用中断门运行特权指令

    0下载:
  2. NT环境下调用中断门运行特权指令,在用户级调用系统级中断-NT environment door interrupted called Operation privileged instructions, the user-called system-level disruption
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:61556
    • 提供者:l
  1. Nt

    0下载:
  2. 自动登陆NT内核操作系统-automatic landing NT operating system kernel
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:11392
    • 提供者:小小
  1. Regmon_for_Windows_9x.ME.NT.2K.XP_SOURCES

    0下载:
  2. Regmon for Windows 9x/ME/NT/2K/XP,这款软件我想使用过的人,都会为它的强大功能所折服的,以前也有一份代码,但是4.0版的,编译后不能运行于XP下,其他系统不知道,现在这份9x/ME/NT/2K/XP都支持的,一起来欣赏牛人的作品吧,想完全看懂是有难度的,但是相信你看了会有很大的收获的。
  3. 所属分类:扫描程序

    • 发布日期:2014-01-17
    • 文件大小:448959
    • 提供者:zhenbiao
  1. 基于NT的Telnet客户端  telnet_client

    0下载:
  2. 基于NT的Telnet客户端  -NT-based Telnet client
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:23356
    • 提供者:是月
  1. Windows NT安全性API简介

    0下载:
  2. Windows NT安全性API简介-Windows NT security briefings API
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:9978
    • 提供者:jc
  1. NT 的注销、重启、关闭计算机

    0下载:
  2. NT 的注销、重启、关闭计算机-NT write-off, restart, shut down the computer
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:9976
    • 提供者:NJFN
  1. COPYTEST (NT app commu)

    0下载:
  2. two consenting programs can directly communicate under Windows NT using the WM_COPYDATA message
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14362
    • 提供者:刘文建
  1. 举NT services

    0下载:
  2. 章提供了访问NT中所有Service的功能,每次列举Services时,函数会返回一个列表-chapter of NT visit all the functions Service, each cited Services, the function will return a list
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2435
    • 提供者:躺用
  1. 通用NT服务程序的框架

    0下载:
  2. 通用NT服务程序的框架
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2009-01-22
    • 文件大小:501426
    • 提供者:775ftplus
  1. 解NT密码的源程序

    0下载:
  2. 解NT密码的源程序-Crack NT password
  3. 所属分类:加密解密

    • 发布日期:2017-11-08
    • 文件大小:71669
    • 提供者:站长
  1. config.nt

    0下载:
  2. config.c it is windows config.nt
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:82627
    • 提供者:yashar
  1. Windows-NT-2000-Native-API-Reference

    0下载:
  2. Windows NT 2000 Native API Reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1578707
    • 提供者:Sonw
  1. Dos路径转nt路径

    0下载:
  2. 在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
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:11329536
    • 提供者:ifan帆
  1. NT驱动加载源码-2018

    0下载:
  2. NT驱动加载源码,供参考学习使用。建议先看下windows内核编程(NT driver load source, for reference learning to use. It is recommended to look at windows kernel programming first)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:67584
    • 提供者:ailwyn
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com