Created
August 1, 2024 23:32
-
-
Save rqdaA/32d061578e4aedf574b6d62d851503b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
$ pwn_init # add debug symbols to libc.so.6 | |
$ unzip $(pwd)/*.deb -d $(pwd)/libs | |
$ objcopy --remove-section=.gnu_debuglink libc.so.6 | |
$ objcopy --add-gnu-debuglink=./libs/libc-[version].so libc.so.6 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment