Jump to content
Tuts 4 You

Hacker Disassembler Engine + Source Code...


Teddy Rogers

Recommended Posts

  • 5 months later...
Version: 0.28 [2009.03.09]

HDE32 is a small disassembler engine, intended for analysis of x86-32 code. It gets information about instruction (length, prefixes, opcode, ModR/M, SIB,..) and also detects invalid instructions. You can use the engine, for example, when working with executables, writing viruses, because most disassemblers too big, get only assembler mnemonic and aren't intended for analysis of code, but most simple length disassemblers get too little info. HDE32 gets enough info for analysis, but it has very small size.

* support General-Purpose, FPU, MMX, SSE-SSE3, 3DNow! instructions

* high speed and small size (~ 1.5 kb)

* position independent code

* operating system independent code

The engine is written on i386-32 assembler, but if you don't want to depend of the processor, you can use C version (HDE32C) of HDE32.

Source + documentation

Binaries

Link to comment
  • 1 year later...

thanks anyway mate, doesn't include the binaries though.

Probably not what you want but 0.27 a compiled DLL. Check out the first post...

Ted.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...