|
Embryo Patcher
|
|
Hits: 7 |
|
Date added: 02/28/2005 |
|
News:
- console output option.
- options and author stored in registry.
- smaller output files.
Embryo Patcher compares two files and writes differences in a one small Windows 32 Bit Executable! Fast and easy (GUI) tool!
- file memory mapping
- patch doesnt alter file time and attributtes
- small and compressed output file
- 100% pure ASM
- .nfo file support
- crypt data
- CRC-32 check |
|
|
|
|
Java Decompiler
|
|
Hits: 7 |
|
Date added: 09/13/2005 |
|
DJ Java Decompiler ver. 2.9.9.61 for Windows 95.98.Me.NT.2000 |
|
|
|
|
Protty v0.1A [Beta]
|
|
Hits: 7 |
|
Date added: 01/01/2006 |
|
Protty is a ring 3 library developed to protect against shellcode execution on Windows NT based systems. The full description of the mechanism was published within the Phrack magazine volume #63 (sources of the initial release are also available) . Currently Protty stops most known Windows shellcodes. Moreover it can block some types of viruses which use similiar methods as shellcodes do. |
|
|
|
|
MyDBO v2.1 [Unix]
|
|
Hits: 7 |
|
Date added: 05/14/2006 |
|
MyDBO is a powerfull and open object-oriented code generator for PHP/MySQL web application developers.
The main idea (but not the only) of MyDBO is to take off the hassle of doing the same database operations (select, update, insert ...) over and over again when creating web applications (especially admin sections or CMS).
MyDBO will create all the code you need (a full API) to access your database tables within your applications without having to worry about connections or SQL queries. The real beauty of MyDBO is that it allows you to approach your database in an object-oriented fashion, thus giving you real flexibility.
With MyDBO, you can do things your way, it will not create a big application to which you have to conform and which you can't change. It will create flexible class files that you can use within your own applications, your way!
The second most important feature of MyDBO is that it is open. The code that will be generated for you is actually based on default plug-ins already present with the distribution. But you may create as many new plug-ins as you want! And since MyDBO only generates code, it could as well generate it in any programming language!
MyDBO uses the Smarty template engine to generate code. Smarty allows MyDBO to be very fast and flexible. It is included in the distribution, so there is absolutly no pre-requirements to install MyDBO.
The only thing you will need to run MyDBO is PHP version 4, and of course a MySQL database and a project to work on!
Features
* Forget about accessing your database with SQL queries.
* Use the far more flexible object-oriented approach.
* Create logic foreign key links between your tables and navigate between your objects.
* Map the default MySQL 'date' type to whatever you want.
* Create your own templates for unlimited possibilities.
* Fast and reliable.
* Should your database structure change, just re-generate the code.
* Easy to generate with the generation wizard.
* The generated code has standard comments for each class and functions.
* Free for personal and commercial use (GNU), Open source.
* Clean and tested code. |
|
|
|
|
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. |
|
|
|