搜索资源列表
NotePad
- 使用Win32汇编编写的仿Windows记事本程序,需要安装Win32汇编编译器。-Win32 compilation prepared by the use of imitation Windows Notepad program, need to install Win32 compilation compiler.
masm5
- Intel汇编masm编译器的最基本的组成程序。-Intel MASM compiler to compile the most basic components of the procedure.
nasm-2.07-win32
- 汇编编译器,适合windows平台,配合vs使用-asm assembly compiler, for arm platform, with vs the use of
OllyDbg_study
- OllyDbg 是一种具有可视化界面的 32 位汇编-分析调试器。它的特别之处在于可以在没有源代码时解决问题,并且可以处理其它编译器无法解决的难题。-OllyDbg is a visual interface with 32-bit compilation- Analysis of the debugger. It is unusual in that the source code can not solve the problem, and can deal with other compi
Kris-Kaspersky
- 很多人认为,黑客行为(Hacking)是不道德的,而本书作者Kris Kaspersky认为,这有失公允。黑客行为其实是天性不安分的人的一种本能,此类人天生就爱破解谜题,并乐此不疲。他们与那些以牟利或伤害他人为目标的“黑客”们,根本就是两码事。所以,本书既不是一本破解代码的技术手册,也不是一本关于反黑客的防护手册,本书可以看做是一位喜欢刨根问底的自由主义者的学习笔记。你可以跟随他的脚步,考察Intel编译器,洞悉商业程序的保护机制,学习使用反汇编器与调试器。在第二版中,添加了一些新内容,比如克服
fastdelegate
- 一个汇编级别的fastdelegate.c++实现。可以方便的将成员指针进行封装。支持多编译器,包括apple llvm 4.1-An assembly level fastdelegate.c++ implementation. Convenience of the member pointer package. Support multi-compilers, including apple llvm 4.1
vcgetcpuid
- 1. 用汇编语言编写一个cpuid函数,然后调整链接器配置,在C语言中调用该函数。 2. 使用内嵌汇编调用CPUID指令。 3. 使用编译器提供的Intrinsics函数来调用CPUID等特定平台指令。 我们一般优先使用第3种办法,代码量少、可读性高、编译维护简单。例如VC(VC2005或更高)在“intrin.h”中声明了 __cpuid函数。 当编译器没有提供Intrinsics函数时,就只有使用前两种办法了。 -Written in assembly langu
scan
- 简易编译器,实现C语言到汇编的编译,直接用visual studio6.0打开工程,然后就可以运行-Simple compiler, the C language to the assembly is compiled directly with visual studio6.0 open project, and then you can run
C51disassembly
- 51智能反编译器,可以对51核单片机bin文件进行反汇编,还可将PIC烧录文件转为EMC烧录文件-51 Intelligent compiler, you can file for 51-core chip bin disassemble files can also be converted to EMC PIC burn burn files
nasm210w
- NASM,写汇编用的一个编译器,非常强大,不用声明段,很好用-NASM, write a compiler, assembler, use, and very powerful, do not declare section can dw string, easy to use
Codx
- 代码可用于测试,研究编译器,汇编器的爱好者可以参考-Code can be used in the test, the compiler, assembler lovers can refer to
Pascal简易编译器
- 汇编原理课程的简易编译器,包含词法分析和语法分析(A simple compiler for assembly principles)
RealView? 编译工具
- ARM 官方RealView? 4.0 编译工具 全套指南,包括: 《要点指南》 《汇编器指南》 《编译器用户指南》 《编译器参考指南》 《链接器用户指南》 《链接器参考指南》 《库和浮点支持指南》 《实用程序指南》(ARM full set of guidelines for the official RealView 4 compiler tools, including: "Guidebook" "Guide" assembler
comm
- c++ 内存加载Dll 特点如下: 直接在内存中载入,无磁盘占用 支持加壳保护的dll , 平时用的最多的vmp ,其它壳子还请自己测试 无模块载入, 因为重写了loadlibary ,如需要请自己注册 支持注入到目标进程,前提请先使用相应权限打开目标 对原代码的修改如下: 使用内联汇编将原 c/c++的库调用 代替, 使得 注入代码可行 支持直接使用资源加载和注入 支持加载exe ,请自行 hook 某些函数 ,确保exe 正确运行