command | short | info |
---|---|---|
add | add offset from base 0x0 in arg0 with optional name for this target following args | |
attach | att | attach to target package name in arg0 with target module name in arg1 |
destruct | ds,des | read at address arg0 for len arg1 and optional depth arg2 |
help | h | |
memory | mem,m | memory operations |
p,pr | ||
quit | q | |
registers | r,reg,regs | interact with registers |
run | continue,cont,start,go,next,c | continue the execution of the process to the next target offset |
session | s,ss |
command | short | info |
---|---|---|
read | rd,r | read bytes from address in arg0 for len in arg1 |
write | wr,w | write into address arg0 the bytes in args... (de ad be ef) |
command | short | info |
---|---|---|
write | wr,w | write in register arg0 the value arg1 |
command | short | info |
---|---|---|
save | s,sv | saves current target offsets, package and module to be immediatly executed with 'load' |
load | l,ld | load session from previously saved information |
command | short | info |
---|---|---|
pointer | p,ptr | read a pointer from address in arg0 |