Metadata-Version: 1.0
Name: BinTools
Version: 0.2.0
Summary: Toolkit for Elf / Dwarf handling.
Home-page: http://code.google.com/p/pydevtools/
Author: Emilio Monti
Author-email: emilmont@gmail.com
License: LICENSE.txt
Description: ===========
        Python modules for Software Development Tools
        ===========
        
        PyDevTools is a suite of python modules for the rapid prototyping of software development tools.
        Currently, the project include modules for:
        * ELF handling
        * DWARF handling
        
        Next, we are planning to add a GDB module containing :
        * `RSP <http://sourceware.org/gdb/current/onlinedocs/gdb/Remote-Protocol.html>`
        * `MI <http://sourceware.org/gdb/current/onlinedocs/gdb/GDB_002fMI.html>` 
        protocols implementation, this will allow to drive gdbserver and gdb from python scripts.
        Please, report a new issue for bugs, or desired features.
        (possibly, attaching the target ELF file to reproduce the issue).
        
        'E-mail <mailto:emilmont@gmail.com>`the project owner for any feedback, or for joining the project.
        
Platform: UNKNOWN
