当我尝试将程序加载到radare2 调试模式时,大部分时间我都会收到以下错误:
$sudo r2 -d a.out
Hello world!= attach 2851 2851
Cannot open '/proc/2851/maps': No such file or directory
Hello world!asm.bits 64
Cannot open '/proc/2851/maps': No such file or directory
-- Now i'm like an evil engineer. MUAHAHAH
[0x00000000]>
Radare2 工作但不加载程序。我是否需要在系统上配置其他东西?
这是在 Ubuntu 18.04.1 LTS 上。