mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 23:20:40 +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
49 lines
839 B
Groff
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>
|