File: hud

package info (click to toggle)
radare2 0.9.6-3.1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 17,496 kB
  • ctags: 45,959
  • sloc: ansic: 240,999; sh: 3,645; makefile: 2,520; python: 1,212; asm: 312; ruby: 214; awk: 209; perl: 188; lisp: 169; java: 23; xml: 17; php: 6
file content (31 lines) | stat: -rw-r--r-- 1,054 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
add comment	?i Comment;CC `?y`
list comments	CC;?ik
change block size	?i block size;b `?y`
analyze all	aa
analyze function	af
analyze preludes	ap
continue process execution	dc;?i
disable colors	e scr.color=0
enable colors	e scr.color=1
hide bytes in disassembly	e asm.bytes=0
list imports 	ii;?ik
list sections	iS;?ik
list symbols	is;?ik
run command	?i cmd;`?y`;?ik
seek to entrypoint	s entry0
seek to main	s main
set breakpoint	db;?i new breakpoint address;db `?y`
remove breakpoint ?i delete breakpoint at given address;db-`?y`
show backtrace	dbt;?ik
show bytes in disassembly	e asm.bytes=1
show debugger register values	dr;?ik
show process memory maps	dm;?ik
step instruction	sr pc;pd 1;ds;?ik
step over call	sr pc;pd 1;dso;?ik
write string	?i string;w `?y`
write hexadecimal data in current offset	?i hexpairs;wx `?y`
xor current block with hexpair key	?i hexpair key;wox `?y`
edit eval configuration	Veq
calculator	?i enter math expression;? `?y`;?ik
disassemble 1024 bytes and pipe to less(1)	b 1024;pd|less -R
rename function	?i New name;afr `?y`