搜索资源列表
TestAsm1
- VC裡面內嵌組合語言 能將組合語言的優點寫在C語言裡面-Inline combinational language in VC. Can build the merit of combinational language in C .
asm-inline
- 在LINUX底层开发中,嵌入汇编代码 的教程,希望有帮助-LINUX bottom of the development, compilation of code embedded in the curriculum, with the hope of helping
PCKEY.ZIP
- dos下控制键盘,The PCKey class provides access to the PC s keyboard through fast inline member functions. Special characters are defined in the header for your convenience. PCKey is not for use in Windows programming -- use only for DOS applications! -
X86IL.zip
- 可以将机器码计算为汇编指令并且算出指令长度的C头文件。在编写Ring0或Ring3的Inline Hook时不可缺少的东西。,Can be calculated as the compilation of binary instructions and directives to calculate the length of the C header file. In the preparation of the Ring0 or Ring3 when Inline Hook indispen
LDE.rar
- 一个不错的反汇编引擎,可以用来检测inline hook,,DeAsm source code,DeAsm source codeDeAsm check inline hook
winio.rar
- 内联汇编 直接操作winio驱动写io模拟鼠标键盘,Inline assembly winio directly mouse-driven simulation of a keyboard to write io
html_parser
- HTML parser with asm inline
pemaker5
- c++内联汇编的pe分析和植入代码-c++ of pe inline assembly code analysis and implantation
arm-inline-asm
- ARM GCC Inline Assembler Cookbook pdf更新版-arm-inline-asm
X86_32_Bit209604122008
- 32 位 X86 汇编工具,支持编译成可执行文件-This is an experimental 32 Bit Assembler. Originally planned for me to learn assembly language it turned out way bigger then I thought. It supports most of the standard, FPU, MMX, SSE and 3DNow instructions, can write Windows
VCInlineASM
- VC内联汇编简单方便,容易上手,本资料详细介绍了方法-VC inline assembly is simple and convenient, easy to use, this information details the method
gcc-inline-asm
- This a compilation in FrameMaker of three public domain documents written by others. There is no original content added by myself. The three documents are: 1. A portion of the gcc info page for gcc 2.8.1, dealing with the subject of inline assemb
Hook
- 本文从难易程度上主要分三块详细介绍:一.用户模式Hook:IAT-hook,Dll-inject 二.内核模式Hook:ssdt-hook,idt-hook,int 2e/sysenter-hook 三.Inline Function Hook -In this paper, Difficulty Level 3 detail the main points: 1. User Mode Hook: IAT-hook, Dll-inject 2. Kernel-mode Hook: ssdt-ho
VirtualTreeviewSetup
- Virtuální TreeView se sloupci. Bez limitů , bez hranic. Unicode, sloupce, libovolné ikony v kterémkoliv sloupci, transparentnost, checkboxy, libovolné fonty, pozadí, inkrementální vyhledávání, inline editory, mož nost vlastního vykreslov
moni
- 调用WINIO,内嵌汇编代码模拟键盘鼠标操作。-Call WINIO, inline assembly code simulate keyboard and mouse operation.
ATandTasm
- AT&T汇编语法及GCC的内嵌汇编语法,GCC开发OS必读。-AT & T assembly syntax and the GCC' s inline assembly syntax, GCC Development OS must-read.
gcc
- gcc中内嵌汇编代码 +与=产生的数值差别-gcc inline assembly code in the+ and = difference between the value generated
GetProcAddress
- GetProcAddress Api Replacement Using Inline ASM
InlineAssembly
- using inline assembly with g-using inline assembly with gcc
cppAsmEx
- Example of inline assembly in C++.