Added r2agent man page (#5409)

This commit is contained in:
monosource 2016-07-28 14:37:01 +03:00 committed by radare
parent 57996ce39f
commit 9e9d21b732
2 changed files with 30 additions and 21 deletions

View File

@ -1,21 +0,0 @@
r2agent
=======
BUGS
- not working on windows
- if agent crashes, children processes are still using the listen port
- files
- debug
- open
- push
- pull
- list
- delete
- chmod
- processes
- attach
- kill
- sessions
- list
- close

30
man/r2agent.1 Normal file
View File

@ -0,0 +1,30 @@
.Dd Jul 28, 2016
.Dt R2AGENT 1
.Sh NAME
.Nm R2AGENT
.Nd radare2 remoting manager TODO
.Sh SYNOPSIS
.Nm r2agent
.Op Fl adhs
.Op Fl p Ar PORT
.Sh DESCRIPTION
Spawn a server... TODO
.Bl -tag -width Fl
.It Fl a, Cm all
Listen for everyone (localhost by default)
.It Fl d, Cm daemon
Run in daemon mode
.It Fl h, Cm help
Show help prompt
.It Fl s, Cm sandbox
Run in sandbox mode
.It Fl p, Cm port Ar PORT
Specify listening port for the agent
.El
.Sh EXAMPLES
.Pp
TODO
.Sh SEE ALSO
.Pp
.Xr radare2(1)