|
diStorm64 - AMD64 disassembler (C Library)
|
|
Hits: 7 |
|
Date added: 06/23/2006 |
|
diStorm64 is an AMD64 disassembler, which is the first open source disassembler library for AMD64 out there, licensed under the BSD license.
diStorm is a binary stream disassembler. It's capable of disassembling 80x86 instructions in 64 bits (AMD64, x86-64) and both in 16 and 32 bits. In addition, it disassembles FPU, MMX, SSE, SSE2, SSE3 and 3DNow! (w/ extensions) and new x86-64 instruction sets. diStorm was written to decode quickly every instruction as accurately as possible. Robust decoding, while taking special care for valid or unused prefixes, is what makes this disassembler powerful, especially for research. Another benefit that might come in handy is that the module was written as multi-threaded, which means you could disassemble several streams or more simultaneously.
For rapidly use, diStorm is compiled for Python and is easily used in C as well. diStorm was originally written under Windows and ported later to Linux.
Note that there are currently no known bugs. |
|
|
|
|
OllyDbg 1.10 (final version)
|
|
Hits: 13 |
|
Date added: 06/20/2006 |
|
OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. Special highlights are:
* Intuitive user interface, no cryptical commands
* Code analysis - traces registers, recognizes procedures, loops, API calls, switches, tables, constants and strings
* Directly loads and debugs DLLs
* Object file scanning - locates routines from object files and libraries
* Allows for user-defined labels, comments and function descriptions
* Understands debugging information in Borland® format
* Saves patches between sessions, writes them back to executable file and updates fixups
* Open architecture - many third-party plugins are available
* No installation - no trash in registry or system directories
* Debugs multithread applications
* Attaches to running programs
* Configurable disassembler, supports both MASM and IDEAL formats
* MMX, 3DNow! and SSE data types and instructions, including Athlon extensions
* Full UNICODE support
* Dynamically recognizes ASCII and UNICODE strings - also in Delphi format!
* Recognizes complex code constructs, like call to jump to procedure
* Decodes calls to more than 1900 standard API and 400 C functions
* Gives context-sensitive help on API functions from external help file
* Sets conditional, logging, memory and hardware breakpoints
* Traces program execution, logs arguments of known functions
* Shows fixups
* Dynamically traces stack frames
* Searches for imprecise commands and masked binary sequences
* Searches whole allocated memory
* Finds references to constant or address range
* Examines and modifies memory, sets breakpoints and pauses program on-the-fly
* Assembles commands into the shortest binary form
* Starts from the floppy disk
and much, much more! Also this tool helps chage entry point to make servers undetectable! |
|
|
|
|
CD Player
|
|
Hits: 5 |
|
Date added: 06/18/2006 |
|
This is a CD player Source Code written in Delphi 5. |
|
|
|
|
FEPB
|
|
Hits: 8 |
|
Date added: 06/10/2006 |
|
When debugging or reversing a program, you need to start from the applications entry point. Theres no more need to do that. FEPB helps you break the entry point every time. Use this tool to make EXEs more encrypted by changing entry point.
|
|
|
|
|
Add Bytes
|
|
Hits: 17 |
|
Date added: 06/03/2006 |
|
Source code for Tool that adds bytes to exe files. |
|
|
|