|
VB Master Kit
|
|
Hits: 0 |
|
Date added: 05/29/2006 |
|
This is VB Programmers Dream Pack. Many hard to find readings are included, e-books, Tools to help with API, Open Source Tools and many Source codes to help you learn as fast as possible. This is aimed at RAT Programming. For Educational use only! The rar password is lowercased hackerscenter. |
|
|
|
|
diStorm64 - AMD64 disassembler (Python 2.4)
|
|
Hits: 5 |
|
Date added: 05/31/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. |
|
|
|
|
Add Bytes
|
|
Hits: 17 |
|
Date added: 06/03/2006 |
|
Source code for Tool that adds bytes to exe files. |
|
|
|
|
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.
|
|
|
|
|
CD Player
|
|
Hits: 5 |
|
Date added: 06/18/2006 |
|
This is a CD player Source Code written in Delphi 5. |
|
|
|