搜索资源列表
desquirr
- decompiler, ida的插件代码,可以反编译asm-Decompiler, Ida plug-in code, the compiler can be anti-asm
C-compiler-design
- C-编译器的设计,有详细的文档 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-C-compiler design, is a detailed document. compared with a friendly GUI interface
GNUPDF.tar
- GNU 开发工具手册,汇编器手册,编译工具手册。纯原版。-GNU development tools, manuals, manual assembler, compiler toolkit. Pure original.
vbhuibian
- vb使用汇编,用函数修改来注入代码。ASM编译-vb using the assembly, using a function to modify to inject the code. ASM Compiler
memmove_64
- Normally compiler builtins are used, but sometimes the compiler calls out of line code. Based on asm-i386 string.h.