|
Codis
|
|
Hits: 6 |
|
Date added: 04/19/2006 |
|
Codis is a console-based disassembler written for the purpose of demonstrating the basic logic of a disassembler engine.
This software was released as example code accompanying the information provided in the Toorcon 7 presentation titled 'Disassembler Internals'.
Codis is written in C and will compile for Linux or Win32 Cygwin environments. |
|
|
|
|
CoMPare2CRacK 486
|
|
Hits: 6 |
|
Date added: 02/28/2005 |
|
Pure juice of ASM, Not PASCAL or C. Len below 1800 bytes (not Kb or Mb), Files size is UnLimited. Files differences number UnLimited. Files with different len are supported. Path support,including_paths in CRKfile. Allow to make EXEcute-abled CRK files. Supporting Different names of DST-files. |
|
|
|
|
Crypt
|
|
Hits: 17 |
|
Date added: 07/07/2006 |
|
Simple crypt and decrypt programs which demonstrate the use of the
XOR algorithm. |
|
|
|
|
Custos v0.1b
|
|
Hits: 4 |
|
Date added: 09/20/2006 |
|
This is a beta version of Custos that is a working example of using the DAPI API's to store secrets. The included Visual Studio 2003 project is both a COM object and Assembly, usable by both ASP and ASP.NET projects. Additionally a manager application is provided to help create the required Registry entries. |
|
|
|
|
DeDe 3.50.02.1619
|
|
Hits: 21 |
|
Date added: 07/15/2006 |
|
DeDe is a very fast program that can analyze executables compiled with Delphi 2,3,4,5,6 Builder,Kylix and Kol and give you the following:
- All dfm files of the target. You will be able to open and edit them with Delphi.
- All published methods in well commented ASM code with references to strings,
imported function calls, classes methods calls, components in the unit,
Try-Except and Try-Finally blocks.
(By default DeDe retrieves only the published methods sources,
but you may also process another procedure in a executable
if you know the RVA offset using the Tools|Disassemble Proc menu.)
- A lot of additional information.
- You can create a Delphi project folder with all dfm,pas, dpr files. Note: pas files contains the mentioned above well commented ASM code. They can not be recompiled !
You can also:
- View the PE Header of all PE Files and change/edit the sections flags.
- Use the opcode-to-asm tool for translating intel opcode to assembler.
- Use RVA-to-PhysOffset tool for fast converting physical and RVA addresses.
- Use the DCU Dumper (view dcu2int.txt for more details) to retrieve near to
pascal code of your DCU files.
- Use BPL(DPL) Dumper to see BPL exports and create symbol files to use with DeDe disassembler.
- Disassemble a target EXE directly from memory in case of a packed exe.
|
|
|
|