Welcome![Sign In][Sign Up]
Location:
Search - disasm

Search list

[ELanguagedisasm.zip

Description: This is a fully functional win32program dissassembler source.
Platform: | Size: 633079 | Author: | Hits:

[assembly languagedisasmsource

Description: 反汇编disasm的源代码 反汇编disasm的源代码-anti-disasm compilation of the source code compilation disasm against the source code of the anti-compilation disasm source code
Platform: | Size: 56729 | Author: 张地方 | Hits:

[assembly languagedisasm

Description: 好东西,一个反汇编程序原码,可以提供大家参考
Platform: | Size: 59411 | Author: xubo | Hits:

[Other resourcearmbk-src

Description: ch03目录下: disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。 simpleboot.tgz: 作者编写的简单boot代码 ch04目录下: gba_ucos.tgz : 作者移植的可运行在GBA(或者模拟器)上的uC/OS-II代码 ch05目录下: znet.tgz : 作者在uC/OS-II上实现的tcp/ip协议实现代码 ch09目录下: font.c 字体显示和变更例程 image1 位图文件加载与显示 2win.c 两个窗口间消息传递例程 button 按钮制作的例程 slider 游戏文件程序
Platform: | Size: 549254 | Author: 郭少枫 | Hits:

[ELanguageDisasm

Description: 反汇编intel32位指令的源代码,设计很好.
Platform: | Size: 12571 | Author: chen | Hits:

[GUI DevelopHacker Disassembler Engine

Description: Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address, etc. For example, you can use HDE when writing unpackers or decryptors executable files, because more others disassemblers too big, get only disasm listing and aren't intended for code analys, but more simple length disassemblers usually get too little info. HDE get enough info to analyse, but it has very small size. HDE package include DLL, objects, headers files and and source. + support MMX, SSE, SSE2, SSE3, 3DNow! instructions + high-speed & small size (coded in assembler ;) + compatibility with most coding language To disassemble should call hde_disasm function: DWORD hde_disasm( void *pCode // pointer to code HDE_STRUCT *pHDE_STRUCT // pointer to structure HDE_STRUCT ); Function return length of command and fill structure HDE_STRUCT: struct HDE_STRUCT { BYTE len; // length of command BYTE p_rep; // rep/repnz/.. prefix: 0xF2 or 0xF3 BYTE p_lock; // lock prefix 0xF0 BYTE p_seg; // segment prefix: 0x2E, 0x36, 0x3E, 0x26, 0x64, 0x65 BYTE p_66; // prefix 0x66 BYTE p_67; // prefix 0x67 BYTE opcode; // opcode BYTE opcode2; // second opcode, if first opcode equal 0x0F BYTE modrm; // ModR/M byte BYTE modrm_mod; // - mod byte of ModR/M BYTE modrm_reg; // - reg byte of ModR/M BYTE modrm_rm; // - r/m byte of ModR/M BYTE sib; // SIB byte BYTE sib_scale; // - scale (ss) byte of SIB BYTE sib_index; // - index byte of SIB BYTE sib_base; // - base byte of SIB BYTE imm8; // immediate imm8 WORD imm16; // immediate imm16 DWORD imm32; // immediate imm32 BYTE disp8; // displacement disp8 WORD disp16; // displacement disp16, if prefix 0x67 exist DWORD disp32; // displacement disp32 BYTE rel8; // relative address rel8 WORD rel16; // relative address rel16, if prefix 0x66 exist DWORD rel32; // relative address rel32 }; Opcode and len fields always exist, others are optional and depend of command. If field's value equal zero, then it isn't existing. Note: HDE work only with 32-bit commands of x86 processors !
Platform: | Size: 23447 | Author: sys0007 | Hits:

[Embeded-SCM Develop伟福环境下反汇编demo1

Description: 伟福环境下反汇编demo1-Wei Fu environment disassemble demo1
Platform: | Size: 34816 | Author: 王明和 | Hits:

[assembly languagedisasmsource

Description: 反汇编disasm的源代码 反汇编disasm的源代码-anti-disasm compilation of the source code compilation disasm against the source code of the anti-compilation disasm source code
Platform: | Size: 56320 | Author: 张地方 | Hits:

[assembly languagedisasm

Description: 好东西,一个反汇编程序原码,可以提供大家参考-Good things, an anti-assembler source, you can provide your reference
Platform: | Size: 59392 | Author: xubo | Hits:

[ARM-PowerPC-ColdFire-MIPSarmbk-src

Description: ch03目录下: disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。 simpleboot.tgz: 作者编写的简单boot代码 ch04目录下: gba_ucos.tgz : 作者移植的可运行在GBA(或者模拟器)上的uC/OS-II代码 ch05目录下: znet.tgz : 作者在uC/OS-II上实现的tcp/ip协议实现代码 ch09目录下: font.c 字体显示和变更例程 image1 位图文件加载与显示 2win.c 两个窗口间消息传递例程 button 按钮制作的例程 slider 游戏文件程序 -ch03 directory: disasm.tgz: Author rewrite anti-assembler, you can find it easier to accept the output of the compilation format. simpleboot.tgz: the author has prepared a simple boot code ch04 directory: gba_ucos.tgz: Author transplantation may be running on GBA (or emulator) on uC/OS-II code ch05 directory: znet.tgz: Authors in uC/OS-II to achieve the tcp/ip protocol code ch09 directory: font.c font display and change the routine image1 bitmap file to load and display two 2win.c windows messaging button button routine production routines slider game documentation procedures
Platform: | Size: 548864 | Author: 郭少枫 | Hits:

[ELanguageDisasm

Description: 反汇编intel32位指令的源代码,设计很好.-Disassembly instructions intel32-bit source code, design good.
Platform: | Size: 12288 | Author: chen | Hits:

[VC/MFCdisasm.ZIP

Description: F:\反汇编源码代码学习\disasm.ZIP -F: \ Anti-compilation of source code study \ disasm.ZIP
Platform: | Size: 174080 | Author: caroline0712 | Hits:

[assembly languageDisasm

Description: Various processor disassembler source code
Platform: | Size: 565248 | Author: ffxx68 | Hits:

[OS programCmEnumKeyHide

Description: Z0MBiE DISASM ENGINE
Platform: | Size: 17408 | Author: jaguar77 | Hits:

[Otherpirogov_asm_disasm_

Description: book says how to disasm x86 exe files
Platform: | Size: 9217024 | Author: Ne-X-uS | Hits:

[assembly languagedisasm

Description: 一个简单反汇编引擎,Visual Studio 2010 编译通过,部分处理可能欠缺或失误,但不失为是很好的参考资料!-[A simple to disassemble the engine, Visual Studio 2010 to compile, some that may lack or failure, it is still a good reference!]
Platform: | Size: 41984 | Author: rrrfff | Hits:

[assembly languageElan-disasm-20101230

Description: 反汇编就是将 cds 烧写档翻译为 dt 源文件,用处嘛,见仁见智了。 资料包括用 VC++6.0 写的 C 语言源代码(其实使用的是标准C,所以其他编译器也问题不大的,理论上....) 同时包括了一篇4页的文章去解释原理 -Disassembly is to program the file cds translation dt source files, useful thing, a matter of opinion. Data including the use of VC++6.0 language source code written in C (in fact, using standard C, so the problem is not other compilers, and in theory ....) also includes a 4 page article to explain the principles of
Platform: | Size: 759808 | Author: Etual | Hits:

[assembly languageOD_DASM_cn

Description: OD的反汇编引擎 可是反汇编二进制代码 非常好用-od dasm
Platform: | Size: 153600 | Author: 大姐 | Hits:

[Crack Hackdisasm

Description: 非常好用的加壳程序,采用yoda‘s protection加壳-Very easy to use packers, packers use yoda' s protection
Platform: | Size: 1024 | Author: cc | Hits:

[assembly languagedisasm

Description: 一个反汇编引擎C源码,简单好用,一个h文件,一个c文件,可以直接输出汇编源码。(An disassemble engine C source code, simple and easy to use, a h file, a C file, you can directly output assembler source code.)
Platform: | Size: 14336 | Author: istang | Hits:
« 12 »

CodeBus www.codebus.net