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

r2 does not work with files containing space #16958

Closed
prusnak opened this issue May 27, 2020 · 1 comment · Fixed by #17124
Closed

r2 does not work with files containing space #16958

prusnak opened this issue May 27, 2020 · 1 comment · Fixed by #17124
Assignees
Labels
command New commands requests, behaviour changes, removal input Commands handling, parsing, chaining test-required
Projects

Comments

@prusnak
Copy link

prusnak commented May 27, 2020

Expected behavior

r2 does work with files containing spaces

Actual behavior

r2 does not work with files containing spaces

Steps to reproduce the behavior

$ cp /bin/bash bash
$ cp /bin/bash "ba sh"
$ r2 -nn -Nqc "pfj.elf_header @ 0" bash
[{ ... }]
$r2 -nn -Nqc "pfj.elf_header @ 0" "ba sh"
Cannot find 'elf_header' format.
@XVilka XVilka added command New commands requests, behaviour changes, removal input Commands handling, parsing, chaining test-required labels May 28, 2020
@XVilka XVilka added this to the 4.5.0 - Organized Chaos milestone May 28, 2020
@XVilka XVilka added this to To do in Commands via automation May 28, 2020
prusnak added a commit to prusnak/nixpkgs that referenced this issue May 29, 2020
radare2 does not play nicely with filenames containing spaces
radareorg/radare2#16958
@XVilka
Copy link
Contributor

XVilka commented Jun 22, 2020

@ret2libc could you please check this bug before the 4.5.0 release?

Commands automation moved this from To do to Done Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command New commands requests, behaviour changes, removal input Commands handling, parsing, chaining test-required
Projects
Commands
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants