Skip to content

Instantly share code, notes, and snippets.

@leveled
Created November 20, 2019 15:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leveled/5f857347c1005cb086c49114a7bbf860 to your computer and use it in GitHub Desktop.
Save leveled/5f857347c1005cb086c49114a7bbf860 to your computer and use it in GitHub Desktop.
gdbserver with LD_PRELOAD
gdbserver --wrapper env 'LD_PRELOAD=./libefence.so' -- :1234 ./test-program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment