|
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. |
|
|
|
|
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! |
|
|
|
|
Java client - server
|
|
Hits: 16 |
|
Date added: 05/21/2006 |
|
Lear how to code your own basic RAT in java. Client-server source example. |
|
|
|
|
String Identifier
|
|
Hits: 4 |
|
Date added: 05/23/2006 |
|
Checks whether a given string is valid identifier. |
|
|
|
|
IDA pGRAPH
|
|
Hits: 4 |
|
Date added: 05/24/2006 |
|
Built on top of the IDA Function Analyzer, pGRAPH (Pedram's Grapher), provides an interface to generate more detailed and user defined control-flow graphs using the bundled Wingraph package. Extended features include: support for chunked functions, instruction level coloring, edge customization (manhattan vs splines), layout algorithm and more. |
|
|
|