Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make gdb.attach work with arrays instead of string concatenation #1846

Merged
merged 9 commits into from
Apr 28, 2021

Conversation

heapcrash
Copy link
Collaborator

This results in a simpler set of code that is more resilient to
issues with quoting and files with spaces in their name.

@tsheinen
Copy link
Contributor

this fixes an issue I've been having for a while with using pwntools' gdb package and my terminal (kitty) because it treats the first argument as a binary location and won't parse it. much appreciated!

@heapcrash
Copy link
Collaborator Author

heapcrash commented Mar 24, 2021 via email

pwnlib/gdb.py Outdated Show resolved Hide resolved
@Arusekk Arusekk linked an issue Apr 9, 2021 that may be closed by this pull request
@Arusekk Arusekk merged commit ad251a8 into Gallopsled:dev Apr 28, 2021
@heapcrash heapcrash deleted the gdb-attach-rewrite branch May 31, 2021 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The double quotes around filename breaks pwnlib.debug
3 participants