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

piebase, breakrva does not work if the path to binary contains space #695

Closed
kevinpark1217 opened this issue Dec 14, 2019 · 0 comments · Fixed by #696
Closed

piebase, breakrva does not work if the path to binary contains space #695

kevinpark1217 opened this issue Dec 14, 2019 · 0 comments · Fixed by #696

Comments

@kevinpark1217
Copy link
Contributor

Description

vmmap does not recognize the path of the binary if the path contains a space.
Consequently, commands like piebase and breakrva does not work as it relies on vmmap.

Steps to reproduce

Path without a space:
/home/kp/Downloads/good/babystack
image

Path with a space:
/home/kp/Downloads/no good/babystack
image

My setup

OS: Ubuntu 18.04
Gdb: 8.3.1
Python: 2.7.15+ (default, Oct 7 2019, 17:39:04) [GCC 7.4.0]
Pwndbg: 1.1.0 build: e650f92
Capstone: 4.0.1024
Unicorn: 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant