搜索资源列表
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
WINDOWS_ProcessInfo
- windows核心编程的代码,没有用MFC,完全采用WIN32和DDK开发,在WIN2000下运行.统计进程的状态和堆栈.-windows core programming code without using MFC, completely WIN32 and DDK Development, running in Windows 2000. Statistical process and the state stack.
HideProc
- 在2000/xp中隐藏进程,采用挂接内核技术,可以躲过多种进程察看工具。-2000/XP hidden in the process, articulated core technology, can see the process survived multiple tools.
zbxi
- 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
pskill
- Windows下一个模仿pskill和pslist的程序,拥有超级管理员权限.可以查看所有进程,并且可以kill掉除了几个核心进程以外的所有进程.-Windows avail a copy of the procedures and uninstalled with super administrator privileges. All processes can view, and can kill out a few core processes outside the process.
2006_12_21_1111547
- 如何利用线程改进运行速度,特别是在多核心处理器下的操作-how to use threads to improve the operating speed, especially in multi-core processors to operate under the
jibu_c_1.0.0.zip
- C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
WINDOW_MMFShare
- WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC.-core Windows programming shared-memory simulation and implementation, using WIN32 and DDK realized, did not use the MFC.
chapter6.tar
- < 多核程序设计>>第6章源代码。主要为多线程编程。-<Multi-core programming>> Chapter 6 of the source code. Mainly for multi-threaded programming.
common_ctrl
- 中文PWIN98/95之所以深受广大计算机用户的青睐,除其在32位多任务、多线程和系统稳固性等核心技术的重要改进之外,更主要的还是其优秀的用户交互界面。这就给程序设计人员提出了新的课题,如何在自己开发的应用程序中充分利用WIN98/95支持的各种高级通用控制和视,这也是学习VC编程所必须掌握的基本内容,本文将通过实例来具体演练VC5中的这些控件。-The reason why Chinese PWIN98/95 well received by the computer user s favor
jibu_java_1.0.0
- 多核多线程并行编程库源代码。JAVA语言。-Multi-core multi-threaded parallel programming library source code. JAVA language.
Dijkstra-omp
- C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
Game
- 蜘蛛牌游戏编程,它集中应用了多线程和多核技术,对学习编程很有帮助!-Day-to-day poker game programming,It focused on the application of a multi-threaded and multi-core technology, useful for learning programming!
hexinjishubiancheng
- 操作系统实验教程——核心技术编程实例。包括中断处理,文件管理等具体实例。主要采用汇编语言。-Experimental tutorial operating system- the core technology programming examples. Including interrupt handling, document management, such as concrete examples. The main use of assembly language.
09-Queue
- windows核心编程中的临界区实现代码,有利于加深对临界区的理解-windows of the core programming code of the critical zones is conducive to deepening the understanding of the critical region
NHD
- 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。多线程操作,保证加密时程序界面流畅,加密速度大约9M每秒。-Procedures using the most advanced as a core algorithm Rijndael algorithm with variable block length and variable key length of the iterative
duohePPT
- 有关多核运算的PPT资料,多核程序设计及多核技术导论-PPT information about multi-core computing, multi-core programming and multi-core technology, Introduction to
Cilk-UserGuide
- intel cilk 多线程编程指南,主要用于多核处理器的多线程设计-intel cilk multithreaded programming guide, mainly for multi-core processors, multi-threaded design
Multiple-Thread--Multiple-Core-
- 讲解windows多线程和多核编程的好书-It s a good book that interprets multiple thread and multiple core programming in windows.
core
- WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC,(WINDOWS core programming simulation and realization of the Shared memory, using WIN32 and DDK, did not use MFC,)