The quoting of commands in radare is done by placing '"' at the beggingin and end of the command. not the argument.
try this: "w this<is>working" instead of w "this<is>working" On Fri, 11 Jun 2010 16:43:18 +0200 Robin Vossen <[email protected]> wrote: > Hello All, > > I use radare for a lot of things, and one of the things is to find ASCII > codes. > Normally I do: > radare2 malloc://1024 > w ABC > x > and then I read the ASCII code. > But now I was required to get the key of < and > > > I couldn't get them to write. I tried either quoting 'em (both " and > ') I tried escaping \> > Neither worked. > Looking forward to your view on this. > > -- > Kind Regards, > Robin Vossen > > Please avoid sending me Word, Excel or PowerPoint attachments. See > http://www.gnu.org/philosophy/no-word-attachments.html > _______________________________________________ > radare mailing list > [email protected] > http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org > _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
