Skip to content

Instantly share code, notes, and snippets.

View MUWASEC's full-sized avatar
🎯
pop mie; ret

muwa00 MUWASEC

🎯
pop mie; ret
View GitHub Profile
@MUWASEC
MUWASEC / install-glibc-debug.sh
Last active September 27, 2021 17:42 — forked from nbulischeck/install-glibc-debug.sh
Install glibc debug symbols on Arch Linux for pwndbg heap analysis
#!/bin/bash
# Install Dependencies
sudo pacman -S git svn gd lib32-gcc-libs patch make bison fakeroot
# Checkout glibc source
svn checkout --depth=empty svn://svn.archlinux.org/packages
cd packages
svn update glibc
cd glibc/repos/core-x86_64