debug

debug 0.2.0

debug is a fancy debugger in a single statement.People debug with print. It's great in simple cases. Another debugging tool, pdb, is less popular as it requires more effort: one has to do a Google search, skim through documentation, type some long...

dprintf

dprintf 0.01

This is an open source Java implementation of the dprintf command-line UNIX utility, which prints to a file descriptor. It features printf-like format strings.However, it is modified in such a way that the generated output will automatically contain...

EDB (Evan's Debugger) is an open source, free and portable graphical application designed to be used by any developer as a binary mode debugger. The project’s main goal is to offer usability on par with OllyDbg. However, it uses a plugin...

edisassm

edisassm 1.5.4

edisassm is a disassembler engine for the EDB debugger.Developer commentsMy Debugger (EDB) has recently spawned off a side project. I am no longer satisfied with libdisasm as the disassembler engine for EDB. It is a stagnant project and only supports...

Electric Fence (efence) is an open-source library to detect buffer overruns and under-runs in C programs. Here you can find a further development of the original from Bruce Perens. This version includes* a port to MS...

exude

exude 0.7.3

exude is an open source, simple and easy to use memory debugger for UNIX systems, including Linux and BSD, implemented as a shell script.Created by the same company that developed the amazing Cyphertite software, a cryptography tool for securely...

Fenris

Fenris 0.07-m2 build 3245

Fenris is a suite of tools suitable for code analysis, debugging, protocol analysis, reverse engineering, forensics, diagnostics, security audits, vulnerability research and many other purposes.The main logical components...

Fiddler for Mono is a modified version of the free Fiddler web debugging proxy application for the open source Mono .NET development framework, supporting the Linux, Windows and Mac operating systems. It is a free, multiplatform and open source software...

Frosted

Frosted 1.4.1

Frosted is an open source command-line software implemented in the Python programming language and designed to act as a passive source code syntax checker for Python. It’s forked from the Pyflakes program.The software’s main goal is to be a...