Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ranal2(1) [debian man page]

RANAL2(1)						    BSD General Commands Manual 						 RANAL2(1)

NAME
ranal2 -- 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 SEE ALSO
radare2(1), rafind2(1), rahash2(1), rabin2(1), radiff2(1), ragg2(1), rarun2(1), rasm2(1), rax2(1), AUTHORS
pancake <pancake@nopcode.org>, nibble <nibble@develsec.org> BSD
Oct 27, 2010 BSD

Check Out this Related Man Page

RASM2(1)						    BSD General Commands Manual 						  RASM2(1)

NAME
rasm2 -- radare2 patch assembler and disassembler SYNOPSIS
rasm2 [-dDfBCLev] [-F in:out] [-o offset] [-a arch] [-b bits] [-s syntax] [-l int] [ARG] DESCRIPTION
TODO: This manpage is incomplete. -d Disassemble hexpair bytes. rasm2 -d 9090 -D Disassemble showing hexpair and opcode -f Read data from file instead of ARG. -F in:out pecify input and/or output filters (att2intel, x86.pseudo, ...) -o offset Offset of the opcode to assemble -a arch Set architecture plugin -b bits Set architecture bits -s syntax Select syntax output (intel, att) -B Binary input/output (-l is mandatory for binary input) -l int Input/Output length -C Output in C format -L List supported asm plugins -e Use big endian -h Show usage help message. SEE ALSO
radare2(1), rafind2(1), rahash2(1), rabin2(1), ranal2(1), radiff2(1), ragg2(1), rarun2(1), rax2(1), AUTHORS
pancake <pancake@nopcode.org>, nibble <nibble@develsec.org> BSD
Mar 11, 2010 BSD
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to do core dump analysis

Hi All, I am new to unix environment. Please tell me how to do coredump analysis. Please explain clearly with example. What are the details are available in the core. Thanks in advance (5 Replies)
Discussion started by: sip
5 Replies

2. UNIX for Advanced & Expert Users

Static code analysis for Perl

As an addition to our ongoing investigation into static code analysis tools for a Perl programming we are maintaining, can anyone recommend a certain tool that he/she is experienced with? We are already actively using perl::critic (Perl::Critic) and rats... (2 Replies)
Discussion started by: figaro
2 Replies

3. AIX

Code analysis tools for C programs

Hi I need a list of code analysis tools for C programs, that can work on AIX environment such as : dynamic or static code analysis Code Complexity Measures Test Coverage Analyzer Unit tests profiling tools Source code formatter I've found several tools but not compatible with AIX... (0 Replies)
Discussion started by: SteAlma
0 Replies

4. UNIX for Dummies Questions & Answers

Whence

whence command used for. can you please provide the example of whence command. (8 Replies)
Discussion started by: ramkumar15
8 Replies