|
Graphic Source
|
|
Hits: 9 |
|
Date added: 05/12/2006 |
|
Graphic conversion and screen capture source code for delphi
programmers. |
|
|
|
|
HDE
|
|
Hits: 27 |
|
Date added: 02/16/2007 |
|
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, header files and and assembler source. |
|
|
|
|
HTML Converter
|
|
Hits: 12 |
|
Date added: 12/21/2005 |
|
Convert Cache to webpages. Also can convert to Java Commands. |
|
|
|
|
IceSword 1.18 EN
|
|
Hits: 23 |
|
Date added: 09/03/2006 |
|
This is programm to help you program and also can be used to remove rootkits or trojans from your system. Some things it does is shows all process, ports used, Kernel Modules, startup, Win32 Services, BHO, SPI and registry. |
|
|
|
|
IDA Function Analyzer
|
|
Hits: 7 |
|
Date added: 07/05/2006 |
|
Written as a C.. class, Function Analyzer was originally developed to provide an abstracted layer over chunked functions frequently found in Microsoft optimize compiled binaries. As of IDA v4.7 this functionality is built into the SDK. However, Function Analyzer can be used to construct plug-ins compatible across older versions and provides abstracted next_ea()/prev_ea() routines for stepping through an internal unchunked instruction list. The abstraction layer also exposes the following function-level information: basic block enumeration (nodes, edges), call count, MD5 hash, CRC, customizable GDL (Wingraph) and GML graph generation. |
|
|
|