搜索资源列表
rdtsc111
- 在vc环境下用汇编语言实现,rdtsc指令详细使用范例。-vc environment in assembly language, the use of RDTSC instruction detailed examples.
changemac
- 编程修改网卡 MAC 地址的方法,针对RELTECK公司的 RTL8029AS芯片介绍了一种直接修改网卡 MAC地址的方法 程序用C语言与汇编语言混合编程实现并在实践中检验通过-programming changes to the Ethernet MAC address, the address RELTECK RTL8029AS chip company introduced a direct Ethernet MAC address to amend the methods and pro
FPPADD
- 加法器,汇编语言MASM,可实现任意字长的两个数相加,界面友好,使用方便-Adder, the compilation of language Shape, size can achieve the arbitrary sum of the number two, friendly interface and easy to use
simple-nachos
- 一个免费的简单的操作系统。专门安装在一张1.44寸软盘上的操作系统可以实现图形操作界面。这个用汇编语言写成的32位操作系统具有结构清晰、利于编程、快速、稳定的特点。MENUET现在还处于开发当中,只具备一些简单的,比如CD播放器这样的功能。概括起来,它的功能和特点包括:图形化界面,最高支持16位真彩,1280x1024的解析度,真正多任务、多线程,适用于单张1.44MB软盘·提供对C语言的编程支持,全功能窗口系统等,从内核支持中文显示-a simple operating system. Spe
CrackSetUp
- 你能够在Windows下把一段代码拷贝到其他进程中去,然后运行吗?如果你精通汇编语言地址重定位方面编程,也许会说小菜一碟,可是在VC下呢?本例子在VC下实现了,把一段代码(即自己写的一个函数)拷贝到其他进程(本例为explorer.exe)空间,然后在其他进程空间运行!
CRC32
- crc源代码,用汇编语言实现的,具有较高的效率
huang3
- 利用汇编语言实现DES加密算法-using assembly language to achieve DES encryption algorithm
shiyan
- 汇编语言实现文件加密解密- The assembly language realization document encryption deciphers
zxc
- 小写字母变大写字母(汇编语言实现) (2008-05-14 21:57:52) 标签:杂谈 DATA SEGMENT PMT1 DB INPUT Small letter : ,0AH,0DH, $ STR1 DB 40H,0,40H DUP(0) PMT2 DB 0AH,0DH, Display capital letter : ,0AH,0DH STR2 DB 40H DUP(0), $ DATA ENDS STACK1 SEGMENT
201112315256346
- linux环境下运用汇编语言实现端口监听,并运用objdump工具抽取机器码,再shellcode一下,实现另一种方式监听 -linux environment, the use of assembly language port monitor, and use objdump tool to extract the machine code, then look shellcode, another way to monitor implementation
mima-(2)
- 磁盘文件夹加密 微机原理设计 汇编语言 可实现文件夹加密-Computer disk folder encryption principles of design
AntiDebugger_src
- 汇编语言实现了26种对抗调试的方法,是反调试的利器-Assembly language to achieve 26 kinds of confrontation debugging method.
Linux-asm
- 详细的linux下汇编语言编程实现!操作系统编程-detailed doc of linux asm.
myAssembler
- 计算机组成原理汇编器代码,能实现最底层的汇编语言-Principles of Computer Organization assembler code to the bottom of the assembly language
clowck
- 时钟软件,汇编语言编辑的,可以实现计时计数功能,asm文件。-The clock software, the assembly language editor, can realize timing and counting function, ASM file.
compiler-language
- 汇编语言实现文件加解密功能,对字符或文本文件进行加密解密-Assembly language file encryption and decryption function, character or text file encryption and decryption
DLL
- VC实现DLL的加载,可以调用里面内嵌的函数,以此实现里面的功能,主要针对VC汇编语言。主要用于开发短信猫设计的工作。-VC realize the DLL is loaded, you can call inside the built-in functions, in order to achieve inside the function, mainly for VC assembly language. SMS cat designed mainly for the developmen
lab1
- 用NASM汇编语言实现不同颜色的斐波那契数列输出-Fibonacci sequence
DOS-keyboard
- DOS下编程:关于键盘中断,用汇编语言来实现-DOS programming the keyboard interrupt processing,by Assembly Language
nasm实现斐波那契数列的输出
- x8086实模式指令系统汇编语言实现斐波那契数列的输出,nasm实现斐波那契数列的不同颜色输出。