pancake 8886b07375 * fast hack to fix the ff25 x86-64 opcode analysis
* better handling of choose index in hud
* Add ?ip to take input from ?I and select path to file
2012-02-01 02:56:35 +01:00

30 lines
948 B
Plaintext

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`
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
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
todo ?im NOT YET IMPLEMENTED