mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 03:32:04 +00:00
94f905cfe0
* ragg2 now works better - Show bitsize in ragg2 -L - Added a sample plugin for x86-64 osx shellcode - command can be configured, suid can be enabled * Minor fix in r_buf api --HG-- rename : man/rasc2.1 => binr/rasc2/rasc2.1
36 lines
651 B
Groff
36 lines
651 B
Groff
.Dd July 15, 2011
|
|
.Dt RSC2 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm rsc
|
|
.Nd Helper utility for launching radare libexec scripts
|
|
.Sh SYNOPSIS
|
|
.Nm rsc
|
|
.Op Fl lh
|
|
.Op scriptname
|
|
.Op -h
|
|
.Sh DESCRIPTION
|
|
rsc allows you to execute multiple utilities included with radare placed in ~/.radare/scripts or ${prefix}/libexec/radare/.
|
|
.Bl -tag -width Fl
|
|
.It Fl l
|
|
List all available scripts found in the libexec directory.
|
|
.It Fl h
|
|
Show usage help message.
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Pp
|
|
.Xr rahash2(1) ,
|
|
.Xr rabin2(1) ,
|
|
.Xr rafind2(1) ,
|
|
.Xr radare2(1) ,
|
|
.Xr radiff2(1) ,
|
|
.Xr ranal2(1) ,
|
|
.Xr rasm2(1) ,
|
|
.Xr rax2(1) ,
|
|
.Xr ragg2(1) ,
|
|
.Xr rarun2(1) ,
|
|
.Sh AUTHORS
|
|
.Pp
|
|
pancake <pancake@nopcode.org>
|
|
.Pp
|