ALD is an assembly language debugger, created as an alternative to gdb. It supports breakpoints, memory/register manipulation, x86 disassembly, and ELF/a.out file formats.
| Tags | Software Development Debuggers Disassemblers |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX BSD FreeBSD NetBSD OpenBSD Linux |
| Implementation | Assembly C |
Recent releases


Changes: Several bugfixes. The new commands display, ldisplay, and undisplay to print out specified memory locations after each single step. CALL and JMP instructions now display exact target addresses in addition to relative addresses.


Changes: This version features several minor bugfixes, memory leak fixes, and feature enhancements. It also now supports the NetBSD/i386 platform.