Hi,
Is it possible to create a script wich can read memory value on the target (like mem32 cmd) and perform logic?
Example:
w4 0x10007fe8 0x0
w4 0x10007fec 0x7800
while( mem32 0x10007fec != 0)
print( mem32 0x10007fec )
Because commander script cannot use loop statement and print.
Thx
Is it possible to create a script wich can read memory value on the target (like mem32 cmd) and perform logic?
Example:
w4 0x10007fe8 0x0
w4 0x10007fec 0x7800
while( mem32 0x10007fec != 0)
print( mem32 0x10007fec )
Because commander script cannot use loop statement and print.
Thx
The post was edited 1 time, last by ginux ().