Are you running radare with -d to debug the binary? Looks like you opened the 
bin with static mode. So the system is not wrapped by the io layer and hits the 
libc's system.

In r1 the 'd' commands are just wrappers for the good old ones accessed thru 
the io backend via the !system IO interface which results in the output 
messages you are pasting here.

We expect to release r2 0.4 asap today, tomorrow..

----- Original message -----
> Hi,
> I just discovered radare and since r2 is still work in progress I
> decided to check out the r1 mercurial (changeset: 1274:3f5940a514e5).
> When I tried the actual debug commands I get:
> [0x08048400]> dr
> sh: regs: command not found
> [0x08048400]> dc
> sh: cont: command not found
> [0x08048400]> ds
> sh: step: command not found
> [0x08048400]> dS
> sh: stepo: command not found
>
> Did I miss a dependency or is it really broken?

_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to