搜索资源列表
Masm615.zip
- MASM32 是一个为那些对学习或者编写 32 位微软汇编( MASM )感兴趣 的程序员提供的工作环境,MASM32 是一个为那些对学习或者编写 32 位微软汇编( MASM )感兴趣 的程序员提供的工作环境
masmsetup
- Masm for windows 2010版 集成实验环境一个简单易用的汇编语言学习与实验软件,支持最新操作系统WINDOWS 7,支持DOS的16/32位汇编程序和Windows下的32汇编程序-Masm for windows Version 2010 is a very easy to use softfare. And it is compatiable for the newest system:Win 7
MASM
- 宏汇编器,32位的!其中含有部分范例程序,及lib文件夹!-Macro assembler, 32-bit! Which contains some examples of procedures and lib folder!
MASM
- MASM32汇编工具的帮助文件,是学习WIN32汇编的必备工具文档。-Assist the compilation of the instrument MASM32 documents are compiled WIN32 study documents an essential tool.
MASM
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
Pgm02
- 32 Bit Assembly language using MASM sample code 1
Pgm04
- 32 Bit Assembly language using MASM sample code 2
Pgm06
- 32 Bit Assembly language using MASM sample code 2
Pgm10
- 32 Bit Assembly language using MASM sample code 3
sanchda
- 32 Bit Assembly language using MASM sample code 4
Pi_init
- 32 Bit Assembly language using MASM sample code 5
OdbcSample
- 基于masm 的32位汇编,操作odbc数据库的例子。-Masm-based 32-bit assembly, operation odbc database example.
Export
- 基于masm 32位 汇编,查看pe文件导出表的例子。-Based on masm 32 bit assembly, see pe file export table example.
Enum-Process-for-MASM
- code for all processes running at the time API uses native (NtQuerySystemInformation) compiled with MASM the code is for 32 bytes can be changed to 64 bytes:)
masm-(1)
- compailar for c program for win 32
JWasm211as
- JWasm is a Masm-compatible assembler. It supports 16-, 32- and 64-bit code, instructions up to AVX and various output formats. It s written in C.
dosbox
- 搭建汇编环境的小程序,初学者会需要。一般32位的windows系统有自带,但64位系统下并没有(Set up a small program for assembly environment)
反汇编引擎
- 反汇编器理解所有标准80x86指令,FPU, MMX, AMD的MMX 扩展, Athlon/PIII MMX 扩展和 3DNow! 说明下,它不能解码 SSI 或 SSI2 指令.反汇编器假定为32位代码段和数据段,能正确的解码16位前缀指令,几种解码模式允许你选择多种返回值信息(但执行速度就与之成反比了):仅指令长度, 为代码分析提供基础信息,或转储全解码的汇编格式.可以有多种你需要的选项,反汇编和汇编器支持 MASM 和 Borland 的 IDEAL 两种模式.