radare2/man/rasm2.1
pancake e9d1dcb4ec * Fix make w32dist
* 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
2011-10-12 03:24:19 +02:00

50 lines
853 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 rasc2(1) ,
.Xr rax2(1) ,
.Sh AUTHORS
.Pp
pancake <pancake@nopcode.org>,
nibble <nibble@develsec.org>