radare

radare 1.5.2

radare is a toolchain that aims to create a complete set of utilities for handling binary files from the command line. The project is mainly an hexadecimal editor for the command line but with advanced features.There are extensions for debugging processes...

rpcpdb

rpcpdb 0.3.5

rpcpdb is a Python wrapper around the Python pdb debugger which makes it more suitable for use in RPC contexts.It is designed to fulfil the need to debug a function on an already-running server which uses threads or processes to dispatch each remote...

rpdb

rpdb 0.1.2

rpdb is essentially a Python wrapper around pdb that will re-route stdin and stdout to a socket handler. By default it opens the debugger on port 4444:import rpdb; rpdb.set_trace()But you can change that by simply instantiating Rpdb manually:import...

scanmem

scanmem 0.07

scanmem is a debugging utility used to isolate the position of a variable in an executing program.The project is similar to 'pokefinders' used to cheat at games.What's New in This...

Splint

Splint 3.1.1

Splint is a tool for statically checking C programs for security vulnerabilities and programming mistakes.Splint does many of the traditional lint checks including unused declarations, type inconsistencies, use before definition, unreachable code,...

strace

strace 4.19 updated

strace is an open source and freely distributed software designed for developers and system administrators, providing a system call tracer implemented in C and designed to run exclusively under GNU/Linux operating systems. The program is a very useful...

termdebug

termdebug 2.1

termdebug is an open source software that provides a collection of command-line utilities to replay and record the output and input of terminal apps.termdebug is specially designed to help programmers who want to develop and debugg terminal apps.What is...

TOra

TOra 2.0.0

TOra is a Toolkit for Oracle which aims to help the DBA or developer of database application. TOra project features PL/SQL debugger, SQL worksheet with syntax highlighting, DB browser and a comprehensive set of DBA tools.Features:Handles multiple...

TruStudio Foundation is an open source project and a foundation for development tools for scripting languages. TruStudio inherits comprehensive set of Eclipse editing, debugging and deployment tools and introduces state-of-the-art features for PHP,...