|
C++ Master Kit
|
|
Hits: 0 |
|
Date added: 05/19/2006 |
|
This is C++ 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! |
|
|
|
|
IDA RPC Enumerator
|
|
Hits: 3 |
|
Date added: 05/18/2006 |
|
This IDC script will scan through an IDA database locating and marking the relevant RPC server data structures. It will then enumerate the dispatch routines from the DispatchTable. The script outputs the addresses of the discovered structs / functions and was designed to automate the otherwise tedious manual process of locating RPC routines to audit. |
|
|
|
|
Aargh v1.1.4 - Automated Argument Helper
|
|
Hits: 4 |
|
Date added: 05/17/2006 |
|
Aargh generates C or C++ code to parse a command line, using the getopt() facility available in UNIX and UNIX-like environments. It supports command-line options with integer arguments, string arguments, and no arguments. The generated code is commented and carefully indented for readability. Aargh is written in C++ and licensed under the GNU General Public License (GPL). |
|
|
|
|
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. |
|
|
|
|
PEiD v0.93 Build
hot!
|
|
Hits: 590 |
|
Date added: 05/13/2006 |
|
PEiD detects most common packers, cryptors and compilers for PE files. It can currently detect more than 470 different signatures in PE files.
PEiD is special in some aspects when compared to other identifiers already out there!
1. It has a superb GUI and the interface is really intuitive and simple.
2. Detection rates are amongst the best given by any other identifier.
3. Special scanning modes for *advanced* detections of modified and unknown files.
4. Shell integration, Command line support, Always on top and Drag'n'Drop capabilities.
5. Multiple file and directory scanning with recursion.
6. Task viewer and controller.
7. Plugin Interface with plugins like Generic OEP Finder and Krypto ANALyzer.
8. Extra scanning techniques used for even better detections.
9. Heuristic Scanning options.
10. New PE details, Imports, Exports and TLS viewers
11. New built in quick disassembler.
12. New built in hex viewer.
13. External signature interface which can be updated by the user. |
|
|
|