搜索资源列表
WebScan1.3
- 采用win32汇编语言编写的一个脚本*查杀工具。利用内存读取的扫描方式,能够检测是隐藏的脚本*。-win32 assembly language used in the preparation of a scr ipt Trojan killing tools. Memory read using the scanning method to detect hidden scr ipt Trojan.
Monkey-sc
- Monkey,即猴子病毒传播硬盘和软盘的引导区,总长度为 01F4H(500字节),它将原引导记录加密后保存,在系统读出时先解密再送出,结果造成病毒不在内存中时,系统无法得到正常的引导记录,以至对所有硬盘分区无法访问。-Monkey, a monkey virus that is spread by floppy disk and guide, 01F4H total length (500 bytes), which will encrypt the original boot record
Sru
- memory dump,可以將DOS下1M內存的內容全部讀出來,並列印在螢幕上.-memory dump, can be DOS 1M memory read out all the details. and print on the screen.
24xx
- 24系列存储器通用读写程序,非本人作品,仅共参考-24 Series memory read and write common procedures, non - I works were only reference
中断矢量设置与读取有关的DOS功能调用
- 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, h
SPD.rar
- 读取内存SDRAM 的SPD内容,包括一些参数信息,供应商信息,以及内存的其他参数等。,Memory SDRAM read the contents of the SPD, including the number of parameter information, vendor information, as well as memory and other parameters.
spd
- DOS下读取内存SPD信息,C语言与汇编代码混合-Information to read memory SPD DOS, C language and assembly code mixed
AT28C16
- 常用EEPROM芯片的读写操作,51单片机控制电路,实验时要用74LS373一片,AT28C16一片,AT28C17一片,电路十分简单,根据实际电路联接情况,自行确定存储地址,最后别忘了还要8个LED和470欧姆电阻.-EEPROM chip used to read and write operations, 51 MCU control circuit, experiment, use 74LS373 1, AT28C16 1, AT28C17 1, the circuit is very
rising钥匙盘破解源码
- DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV
I2C
- I2C存储器读写实验,汇编语言编写,用途广泛-I2C memory read and write experiments, compiled languages, a wide range of uses
write24c02
- 基于AT89S51单片机读写RAM存储器24C02的汇编原程序。有详尽说明-AT89S51-based single-chip RAM memory to read and write 24C02 compilation of the original procedure. Detailed descr iption
ShlTest
- 一个非常小的程序,但却毫不简单.程序使用了Windows的内存越权读写API.实现了对程序自身代码的内存中动态修改,可以高效执行任意指令.例子中动态修改了一个没有意义的空函数,实现了VB不可能编译出来的移位指令.-A very small program, but not simple. Procedures for the use of Windows to read and write memory ultra API. Realize their own code of procedure
pigou
- 易语语开发的苹果机,代码带磁盘驱动内存读取-Language development language easy to Apple machines, the code memory with disk drive read
AT24C02externalmemoryreadandwriteoperation
- 对C51单片机的外接存储器AT24C02进行8比特位的读写操作,以及一个字节的读写操作-For C51 MCU AT24C02 external memory read and write operation
HT24LC02
- 利用外部存储器实现读写,存储功能!比如OFF/ON!-The use of external memory to achieve read and write, storage!
Monkey
- Monkey,即猴子病毒传播硬盘和软盘的引导区,总长度为 01F4H(500字节),它将原引导记录加密后保存,在系统读出时先解密再送出,结果造成病毒不在内存中时,系统无法得到正常的引导记录,以至对所有硬盘分区无法访问。只有当从有病毒的盘启动时,才能正常访问硬盘。-Monkey, the monkey transmission of the virus hard disk and floppy disk boot sector with a total length of 01F4H (500
readphoto
- 利用VB.NET作为开发平台,使用记忆流的方式读取、保存和插入图片。-Using VB.NET as the development platform, using the memory stream way to read, save and insert pictures.
Game
- 记忆力的小游戏,汇编语言。游戏开始,提示“Please show seeds: (press 0 – 2)”,按键0~2 提供三种方案供选择。每种方案在不同的位置显示4个“种子”,种子的形状自定,颜色区别于背景色。按“E”或“e”让“种子”消失。“W”、“A”、“S”和“Z”键分别控制色块向上、向左、向右和向下移动。如果经过原定的“种子”处,种子现形。实现了光标移动,边界设定,判断等功能。-Memory games, assembly language. Start of the game, p
CE-source-code-and-easy-language
- 易语言的CE源码 功能有待加强 不过还是比较不错的 能读取游戏内存-CE source language features easy to be strengthened, but still relatively good memory can read the game
8086
- 汇编语言比机器语言易于读写、易于调试和修改,同时也具有机器语言执行速度快,占内存空间少等优点,但在编写复杂程序时具有明显的局限性,汇编语言依赖于具体的机型,不能通用,也不能在不同机型之间移植。-Assembly language is easy to read and write than machine language, easy to debug and modify, as well as the implementation of a fast machine language, ac