LDasm

LDasm 0.04.53

LDasm (Linux Disassembler) is a Perl/Tk-based GUI for objdump/binutils that tries to imitate the look'n'feel of W32Dasm.It searchs for cross-references (e.g. strings), converts the code from GAS to a MASM-like style, traces programs and much more.Comes...

Linaro GDB

Linaro GDB 7.6 2013.05

The Linaro GDB project is a branch of FSF GDB to stage new features, patches etc., stabilized for consumption by Linux distributions.It also features parts of the CodeSourcery patchset.What is new in this release:Linaro GDB 7.6 2013.05 is identical to the...

LMDBG

LMDBG 1.2.0

LMDBG is an application that allows detecting memory leaksand double frees. However, unlike others, LMDBG generates *FULL* stacktracesand separates logging from analysis thusallowing to analyse an application on per-module basis.- lmdbg-run is a main...

ltrace

ltrace 0.7.2

ltrace is a debugging program which runs a specified command until it exits.It can also intercept and print the system calls executed by the program.The program to be traced need not be recompiled for this, so you can use it on binaries for which you...

MBW

MBW 1.4

MBW (Memory Bandwidth Benchmark) is an open source command-line software written in C and designed to determine the "copy" memory bandwidth that is available to the programs located in userspace.The program features a simplistic approach, emulating that...

Meliae

Meliae 0.4.0

Meliae is an application similar to heapy (in the 'guppy' project), in its attempt to understand how memory has been allocated.Currently, its main difference is that it splits the task of computing summary statistics, etc of memory consumption from the...

Memcheck provides the ability to fault on pointer overrun (read or write) or freed pointer deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc,...

mpatrol

mpatrol 1.4.8

Mpatrol is a library that provides powerful debugging while diagnosing runtime errors that are caused by the wrong use of dynamically allocated memory. It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and...

Nemiver

Nemiver 0.9.5

Nemiver is an open source and compltely free graphical software project implemented in C++/GTK+ and designed from the ground up to act as a standalone C and C++ debugger that uses the great GNU Debugger (GDB) as its backend.Integrates with the GNOME...

ngrep

ngrep 1.45

ngrep project strives to provide most of GNU grep's common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets.It...