ranal2(1) radare2 code analysis commandline frontend

SYNOPSIS

ranal2 [-BhL] [-a arch] [-b bits] [-l inputlen] [-o offset] hexpairs|-

DESCRIPTION

ranal2 provides a commandline utility to test and perform some code analysis work on a provided hexpair as argument or from stdin if the argument is '-'.

-a arch
Set a different architecture (x86, ppc, arm, java)
-b bits
Specify bit size of registers: 8, 16, 32, 64
-B
Input is binary, -l is mandatory. Useful for stdin
-h
Show help message
-l len
Specify length of input data
-L
List all supported code analysis plugins
-o offset
Offset of the opcode to assemble

AUTHORS

pancake <[email protected]>, nibble <[email protected]>