1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C23,826 stars (23,826 stars)3,229 forks (3,229 forks)batch import
debug-infogood first issuehackaton
- Issue type
- feature
- Research direction
- The issue requests implementing a parser for the STABS debug format. The main resource is the GNU STABS documentation (https://sourceware.org/gdb/current/onlinedocs/stabs/). To start, investigate how radare2 currently handles other debug formats like DWARF (see libraries such as libr/bin/format/dwarf/ or similar). Understand the existing plugin system for binary parsing in radare2. Look at any previous attempts or discussions in the issue comments. The work involves writing C code to parse STABS symbols and integrate with radare2's internal structures.