radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.67k stars 3k forks source link

Debug mode not working on Ubuntu #10900

Closed rafonsecad closed 6 years ago

rafonsecad commented 6 years ago

Work environment

Questions Answers
OS/arch/bits (mandatory) Ubuntu 18.04.1 LTS
File format of the file you reverse (mandatory) ELF.
Architecture/bits of the file (mandatory) x86/64.
r2 -v full output, not truncated (mandatory) radare2 2.8.0-git 18880 @ linux-x86-64 git.2.7.0-200-gdcdb33bda commit: dcdb33bda344e37e2cd6981b902dd2e71b71b806 build: 2018-07-31__18:05:15

Expected behavior

Should load the program in debug mode

Actual behavior

Appears the error: Cannot open '/proc/2851/maps': No such file or directory

Steps to reproduce the behavior

ret2libc commented 6 years ago

Can you try with latest commit?

rafonsecad commented 6 years ago

Thanks @ret2libc !, It's working fine now.