1 留言 (1 留言)0 反應 (0 反應)0 負責人 (0 負責人)C23,826 star (23,826 star)3,229 fork (3,229 fork)batch import
debug-infogood first issuehackaton
- 議題類型
- feature
- 研究方向
- 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.