16.1.3 Opcodes

In the same way as 'ab' or 'ac' works. Radare exposes an opcode-level analysis with the 'ao' command.

Here's a simple example

[0xB7F93A66]> pd 1
0xB7F93A66        eip: v call 0xB7FA87AB 

[0xB7F93A66]> ao
index = 0
size = 5
type = call
bytes = e8 40 4d 01 00 
offset = 0xb7f93a66
ref = 0x00000000
jump = 0xb7fa87ab
fail = 0xb7f93a6b
[0xB7F14810]> H python
python> op = analyze_opcode()
python> print "0x%x\n"%op['offset']
0xb7f14810