mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-30 01:44:50 +00:00
e9d1dcb4ec
* Update manpages * Added r2 -H for env and files help * Add rarun2 -h * Show assembler/disassembler features in rasm2 -L * Add opcode 'mov dword [ebp-12],4' to x86.nz - Make t/test.nz work with x86.olly (32bit only atm) * Fix unknown os issue with tiny-pe files in r_bin * Fix some plugin names build fails in mingw32 * MAGICPATH renamed to R_MAGIC_PATH * Add another experimental way to generate gir files - Added dummy test.js for nodejs * Build python-dist in farm --HG-- rename : man/rarc2-tool.1 => binr/old.rarc2/rarc2-tool.1 rename : man/rarc2.1 => binr/old.rarc2/rarc2.1
37 lines
666 B
Groff
37 lines
666 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) ,
|
|
.Xr rasc2(1) ,
|
|
.Sh AUTHORS
|
|
.Pp
|
|
pancake <pancake@nopcode.org>
|
|
.Pp
|