The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms.Operating systems supported: Linux, FreeBSD, NetBSD, OpenBSDHere are some key features of "Assembly Language...

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...

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...

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,...

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...

Cleaner

Cleaner 0.1

Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. The Java code syntax is parsed using ANTLR and then printed to standard output.Source is included. Something like this: public void foo(String bar) { ...

Kodos

Kodos 2.4.9

Kodos is a Python GUI utility for creating, debugging and testing regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python.Since Python's implementation...

Profiler4j

Profiler4j 1.0 Beta2

Profiler4j is a Java CPU profiler 100% portable. Profiler4j's primary goal is to be simple to use by allowing sofisticated UI interactions. If you're unpatient like me, just jump to the getting started section or see some screenshots.But please keep in...

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...

DBGMEM

DBGMEM 1.9.2

It currently works for Linux only. DBGMEM is released under the terms of the GNU Lesser General Public LicenseThe tool helps you to find problems such as 1. memory leaks 2. heap memory corruption 3. Misuse, illegal argument to selected...