the only updated documentation is the source.
I dont plan to documentate r2 until it reaches 1.0 version. for the
obvious reasons that i'm a single developer and features/bugs are more
important at this point.
Join the irc.freenode.net #radare and we can discuss stuff there easily
On 06/21/13 13:11, the wrote:
On 06/21/13 13:13, pancake wrote:
Those configuration vars have been removed from r2 because it was
implemented inside "rarun2".
The idea behind that tool is that you can write execution profiles
for the programs you want to run and all this functionality can be
used outside r2, as a system tool. those options are:
- bind a filedescriptor to files or sockets (connect, listen ,..)
- set argument (and allow to get contents of a file as argument)
- preload libraries (osx, bsd, gnu)
- kill program after N seconds
- chroot
- setuid/setgid
- environment vars
This way you can easily write a profile that defines the whole running
environment, to automate fuzzing or debugging processes with different
priviledges or so.
Thank you for your reply
...and radare2)))
I see the problem now. Is there any full up to date decent documentation
for radare2 and utils?
You may also like to know that you can run a process on a different
xterm and debug it on your current terminal.
- open new terminal and type 'tty'
- r2 -d rarun2 stdio=/dev/pts/8 program=/bin/ls
- party hard
Seems fairly simple, though it's clear that I will have problems
carrying out the third part of this recommendation.
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org