Added r2agent man page (#5409)
This commit is contained in:
parent
57996ce39f
commit
9e9d21b732
|
@ -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
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue