Skip to content

Commit

Permalink
Rename symbols -> debug symbols section
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 28, 2024
1 parent f187e9f commit b35c1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* [Virtual Tables](analysis/vtables.md)
* [Syscalls](analysis/syscalls.md)
* [Emulation](analysis/emulation.md)
* [Symbols information](analysis/symbols.md)
* [Debug Symbols](analysis/debug_symbols.md)
* [Signatures](signatures/zignatures.md)
* [Graph commands](analysis/graphs.md)
* [Scripting](scripting/intro.md)
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/symbols.md → src/analysis/debug_symbols.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Symbols
# Debug Symbols

Radare2 automatically parses available imports and exports sections in the binary,
moreover, it can load additional debugging information if present.
Expand Down

0 comments on commit b35c1c8

Please sign in to comment.