搜索资源列表
W32asm_wuji
- 反汇编利器:W32asm无极版 C32asm 是一款非常不错的国产静态反编译工具! C32Asm现具有如下功能: 快速静态反编译PE格式文件(Exe、Dll等) 提供Hex文件编辑功能,功能强大 提供内存Dump、内存编辑、PE文件Dump、PE内存ImageSize修正等多种实用功能 提供内存反汇编功能,提供汇编语句直接修改功能,免去OPCode的直接操作的繁琐 提供反编译语句彩色语法功能,方便阅读分析,能方便自定义语法色彩 提供输入表、输出表、参
E-MASM
- 易语言编写的汇编指令模块 可以在易语言程序中使用汇编指令 包含了远程函数调用和汇编指令转换功能 无论是写内存补丁还是注入式外挂都非常有用-Easy assembly instructions written in easy language program modules can be used in the assembly instructions and includes a remote function call conversion assembly instructio
Disassembler
- 使用Power Basic语言实现的32位可执行程序的反汇编工具,可以解析绝大多数常见指令。编译后将生成DLL。-Use Power Basic language to achieve 32-bit executable programs disassembly tool, you can resolve most common commands. Compiler will generate DLL.
计组project1_riscv-simulator
- 在这个项目中,您将熟悉汇编程序的工作方式以及RISC-V指令集的实现方式。 通过这个项目,您应该学习实现处理器的原理和技术。 您的任务是为小型RISC-V指令集建模汇编器和非流水线处理器。(In this project, you will be familiar with how the assembler work and how the RISC-V instruction set is implemented. Through this project, you should learn