搜索资源列表
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
《Windows环境下32位汇编语言程序设计》
- 在现在,Windows 程序非常流行,但我们要理解它的工作方式非常困难,这本“WindowsW环境下32位汇编语言程序设计”书有助于我们理解Windows的编程。-now, a very popular Windows programs, but we have to understand the way it is very difficult, this "WindowsW under 32 Assembly Language Programming" book help
asmapi
- 汇编语言帮助文档,分汇编指令和API函数两部分,已录入了一定的资料,也可以自己进行扩展。其中API函数大部分采用汇编32位编程格式。-help documentation compiled language, the compilation instructions and points API function two parts, a certain amount of input information, it also extended his own. API function whi
source
- 用汇编语言实现四则运算,其中数值的范围是用32位长字节表示的范围
asmping
- 这是一个使用32位汇编语言写的一个PING程序,就像是在windows命令行下的ping命令一样。-It is a compilation of 32 languages written in a PING procedures, it is like the windows command line under the ping orders.
W32Asm
- Windows环境下32位汇编语言程序设计源码
w32asm
- Windows环境下32位汇编语言程序设计第2版(光盘)
w32asm
- Windows环境下32位汇编语言程序设计,十分全面
加密与结迷
- 创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是汇编语言的知识宝库! (2005-4-26,asm,339KB,下载18次)【-innovative sound development, and many other examples of video content, which is very rich, is absolutely assembly language reservoir of knowledge! (2005-4-26, asm, 339KB download
MyGiftPiano
- MyGiftPiano_32位汇编在WINDOWS环境下做成的一个钢琴模拟软件 这是我送给我一个好友的一个作品,是在学习自学了32位汇编语言后做 的。比较简单,效果却很不错!内有源代码、MAKE工具、MAKEFILE文件 等说明。值得一读。-MyGiftPiano_is a 32 bit assebler software using for piano simulation in Windows system. This is a project after I learned the 32
Windows环境下32位汇编语言程序设计源代码
- Windows环境下32位汇编语言程序设计(第2版) 罗云彬
Windows_asm
- Windows环境下32位汇编语言程序设计源码-Windows Environment 32-bit assembly language programming source code
hui
- 汇编源代码大全 windows进程控制、图形编程、创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是 汇编语言的知识宝库!-Guinness windows source code compilation process control, graphics programming, the development of innovative 32-bit sound, video, and many examples of content, content rich, it is
win32asm
- Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。-32-bit Windows environment, assembly language is a new programming language. It uses the same C++ language API interfaces, not only can be used to develop large-scale so
WindowshuiBian
- Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。-32-bit Windows environment, assembly language is a new programming language. It use
zhuoshichengqi
- 《琢石成器-windows 环境下32位汇编语言程序设计》一书的源代码-windows environment synthesizer 32-bit assembly language programming a source book
16bit-32bit
- 16位和32位微处理器指令系统与汇编语言编程 - 副本-16-bit and 32-bit microprocessor instruction set and assembly language programming- copy
16bit-32bit
- 16位和32位微处理器指令系统与汇编语言编程 - 副本-16-bit and 32-bit microprocessor instruction set and assembly language programming- copy
7
- 有一组16个数,分别统计负数、0、正数的个数,并将结果保存number area reset,data,readwrite source dcb 1,2,5,-6,-5,3,0,7,-9,0,0,5,12,-94,-3,55 number dcb 0,0,0 分别保存统计得到的 负数,0,正数的个数 对数据区进行64位结果累加操作 先对内存地址0x3000开始的100个字内存单元填入0x10000001~0x10000064字数据,然后将每个字单元进行64位累加
罗云彬-Windows环境下32位汇编语言
- asm32 to windows china