Skip to content

Commit 590afce

Browse files
committed
Add few new commands to doc/hud
1 parent 34c3d12 commit 590afce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/hud

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ analyze preludes ap
77
continue process execution dc;?i
88
disable colors e scr.color=0
99
enable colors e scr.color=1
10-
hide bytes in disassembly e asm.bytes=0
10+
randomize colors ecr
11+
hide bytes in disassembly e asm.bytes=false
12+
show bytes in disassembly e asm.bytes=true
1113
list imports ii;?ik
1214
list sections iS;?ik
1315
list symbols is;?ik
16+
list processes dp*;?ik
1417
run command ?i cmd;`?y`;?ik
1518
seek to entrypoint s entry0
1619
seek to main s main
@@ -29,3 +32,5 @@ edit eval configuration Veq
2932
calculator ?i enter math expression;? `?y`;?ik
3033
disassemble 1024 bytes and pipe to less(1) b 1024;pd|less -R
3134
rename function ?i New name;afr `?y`
35+
set flag ?i Flag name;f `?y`
36+
unset flag ?i Flag name to delete;f-`?y`

0 commit comments

Comments
 (0)