|
Java Launcher
|
|
Hits: 20 |
|
Date added: 07/20/2006 |
|
Run Java programs by double-clicking class files in Explorer, create EXE and executable JAR files. |
|
|
|
|
DrPython
|
|
Hits: 6 |
|
Date added: 07/17/2006 |
|
DrPython is a highly customizable cross-platform ide to aid programming in Python. It was developed with teaching in mind, and has a clean, simple interface. It is written in Python, using wxPython as the gui. |
|
|
|
|
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.
|
|
|
|
|
Inno Setup
|
|
Hits: 8 |
|
Date added: 07/10/2006 |
|
Inno Setup is a free installer for Windows programs. Want to give your project more professional look than get Inoo. |
|
|
|
|
Bambalam PHP EXE Compiler 1.1
|
|
Hits: 16 |
|
Date added: 07/09/2006 |
|
Bambalam PHP EXE Compiler/Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library so it's a perfect solution if you want to distribute your application while protecting your source code. The converter is also suitable for producing .exe files for windowed PHP applications (created using for example the WinBinder library, or with PHP-GTK). It's also good for making stand-alone PHP Socket servers/clients (the php_sockets extension is included in the static build).
Its NOT really a compiler in the sense that it doesn't produce native machine code from PHP sources, but it works! |
|
|
|