|
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). |
|
|
|
|
dltrace v0.5
|
|
Hits: 4 |
|
Date added: 06/27/2006 |
|
dltrace is a dynamic library call tracer which attempts to remain portable to all x86 platforms that support ELF binaries and expose a debugging interface via procfs or the ptrace() system call. The shared library call tracing is done at a level which allows calls to all symbols exported by loaded libraries to be traced. In addition, dltrace does not rely on rtld symbols to retrieve library and symbol information and is capable of determing function arguments dynamically via run-time disassembly. |
|
|
|
|
idastruct
|
|
Hits: 4 |
|
Date added: 07/01/2006 |
|
dastruct - ida structure recognition plugin
idastruct is an ida plugin which aims to assist reverse engineers in identifying high-level objects and structures in binary code.
idastruct utilizes the excellent x86 emulator plugin 'ida-x86emu' by Chris Eagle and Jermey Cooper as a basis for evaluating operand values and determining references within tracked boundaries.
This results in automated creation of IDA structures, enumeration or member references, and renaming of disassembly offsets to symbolic names corresponding to the newly created structures and members in the IDA database. |
|
|
|
|
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. |
|
|
|
|
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. |
|
|
|