radare2/man/rasm2.1
pancake 94f905cfe0 * Do not build rasc2 anymore
* 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
2011-11-13 04:47:56 +01:00

49 lines
839 B
Groff

.Dd Mar 11, 2010
.Dt RASM2 1
.Os
.Sh NAME
.Nm rasm2
.Nd radare2 patch assembler and disassembler
.Sh SYNOPSIS
.Nm rasm2
.Op -dfBCLeV
.Op -o offset
.Op -a arch
.Op -b bits
.Op -s syntax
.Op ARG
.Sh DESCRIPTION
TODO: This manpage is incomplete.
.Pp
.Bl -tag -width Fl
.It Fl d
Disassemble hexpairs. rasm2 \-d 9090
.It Fl f
Read data from file instead of ARG.
.It Fl o Ar offset
Offset of the opcode to assemble
.It Fl e
Use big endian
.It Fl b Ar bits
Specify bit size of registers: 8, 16, 32, 64
.It Fl a Ar arch
Set a different architecture (x86, ppc, arm, java)
.It Fl h
.El
Show usage help message.
.Sh SEE ALSO
.Pp
.Xr radare2(1) ,
.Xr rafind2(1) ,
.Xr rahash2(1) ,
.Xr rabin2(1) ,
.Xr ranal2(1) ,
.Xr radiff2(1) ,
.Xr ragg2(1) ,
.Xr rarun2(1) ,
.Xr rax2(1) ,
.Sh AUTHORS
.Pp
pancake <pancake@nopcode.org>,
nibble <nibble@develsec.org>