* Move binrz meson directives to binrz/ dir * Move rizin-shell-parser to a subproject * Move bochs to a meson subproject * Move rzqnx to meson subproject * Move winkd to a meson subproject * Move rzar to a meson subproject * Move rzw32dbg_wrap to a meson subproject * Move ptrace-wrap to a meson subproject * Move rzgdb to a meson subproject * Rename w32dbg_wrap to rzw32dbg_wrap * Update CODEOWNERS * Remove old references to shlr * Move shlr/heap stuff in core and remove shlr/arm * Move spp to a meson subproject * Remove last references to shlr * Remove use_webui option * Move include files directives to librz/include/meson.build * Move librz meson directives into librz/meson.build * Handle d/ directories inside the specific module meson.build * Move plugins listing to specific module meson.build * Move rzheap to its own subproject * Fix js linter and licenses * Use meson.override_dependency for all rz_ modules
33 lines
607 B
Groff
33 lines
607 B
Groff
.Dd Jul 28, 2016
|
|
.Dt RZ_AGENT 1
|
|
.Sh NAME
|
|
.Nm RZ_AGENT
|
|
.Nd rizin remoting manager TODO
|
|
.Sh SYNOPSIS
|
|
.Nm rz-agent
|
|
.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 u, Cm httpauth
|
|
Enable HTTP Authentification support
|
|
.It Fl t, Cm httpauthfile
|
|
user:password authentification file
|
|
.It Fl p, Cm port Ar PORT
|
|
Specify listening port for the agent
|
|
.It Fl v
|
|
Show version information
|
|
.El
|
|
.Sh EXAMPLES
|
|
.Pp
|
|
TODO
|
|
.Sh SEE ALSO
|
|
.Pp
|
|
.Xr rizin(1)
|