Skip to content

Commit

Permalink
Update GCC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Jan 5, 2025
1 parent b1ee8d2 commit 49db0a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cheat Sheets/Languages/GCC.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ Compile with debug symbols

CFLAGS='-g3 -ggdb -O0' ./configure

Show symbols and references in a binary

nm <file>
nm -g <file>
nm -gC <file>
nm -gC <fike> | c++filt

## Hardening Options

- Enable stack protection
Expand Down

0 comments on commit 49db0a5

Please sign in to comment.