-----------------------------------------------------------
Hacker Disassembler Engine version 0.05
-----------------------------------------------------------
====< Description >================================================================
Hacker Disassembler Engine, or HDE, is a small disassembler engine, which intend to
code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode,
immediates, displacements, relative addresses, etc. For example, you can use HDE
when writing unpackers or decryptors executable files, because more other
disassemblers too big, get only disasm listing and aren't intended for code
analysis, 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,
object files in difference formats, headers files and and assembler source.
+ support MMX, SSE, SSE2, SSE3, 3DNow! instructions
+ high-speed & small size (~1 kb)
+ compatibility with most coding language