Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - engine
Search - engine - List
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 !
Update : 2010-10-14 Size : 23447 Publisher : sys0007

Mini SDKs for coding hooks, mods into unreal engine games
Update : 2011-08-09 Size : 859713 Publisher : g0rdon

Full c++ game engine sourcecode for sudden attack game.
Update : 2011-08-10 Size : 49783806 Publisher : g0rdon

C# GAME ENGINE DESIGN
Update : 2011-09-20 Size : 6603463 Publisher : kiixin

source for cryptographic accelerator engine present in au1550 SOC platform
Update : 2012-01-12 Size : 1814589 Publisher : wrtoch

CGX-Mobile crypto engine (present in au1550 soc) API guide
Update : 2012-01-12 Size : 184157 Publisher : wrtoch

CGX-Mobile crypto engine (present in au1550 soc) programmer's guide
Update : 2012-01-12 Size : 2002127 Publisher : wrtoch

CGX-Mobile crypto engine (present in au1550) - Universal Driver Module User's Manual
Update : 2012-01-12 Size : 149562 Publisher : wrtoch

api guide for crypto engine of au1550 soc
Update : 2012-01-12 Size : 184157 Publisher : wrtoch

programmer's guide reference for crypto engine present in au1550 SOC
Update : 2012-01-12 Size : 2002127 Publisher : wrtoch

基于ArcGIS Engine编写的ColorRamp对栅格渲染代码
Update : 2012-01-17 Size : 92160 Publisher : onshine002

DL : 0
ftp client engine -ftp client engine
Update : 2024-04-30 Size : 161792 Publisher : 站长

DL : 0
Java写的搜索引擎,是一个applet-A searching engine written by java, and it is an applet
Update : 2024-04-30 Size : 20480 Publisher : 站长

DL : 0
VB Script脚本引擎及例子程序-VB Script engine and example program
Update : 2024-04-30 Size : 74752 Publisher :

DL : 0
《3D Engine Design》的随书源代码,包含完整的3D引擎的源代码
Update : 2024-04-30 Size : 5488640 Publisher : 站长

DL : 0
OpenGL写的一个3D游戏引擎-OpenGL to write a 3D game engine
Update : 2024-04-30 Size : 3145728 Publisher : 站长

DL : 0
C#封装的OpenGL 3D游戏引擎-C# Package of OpenGL 3D game engine
Update : 2024-04-30 Size : 2399232 Publisher : 站长

小型游戏引擎-Small game engine
Update : 2024-04-30 Size : 961536 Publisher : 站长

反病毒引擎设计-Anti-virus engine design
Update : 2024-04-30 Size : 45056 Publisher : 刘非平

DL : 0
A 2D game engine for C++ and an example : Aero Blasters -A 2D game engine for C and an example : Aero Blasters
Update : 2024-04-30 Size : 69632 Publisher : 站长
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.