PDA

View Full Version : feature request


orion
June 28th, 2004, 12:31
I would like to have a block move command:

move dest, src, size

or even better, to move c-string:
movenz dest, src

Also, if a script set a breakpoint and issued "run" but did not set "eob". When the breakpoint is hit, and ollydbg has control, what is the status of the script? paused or still running? if the script have setup "eoe", will it continue to intercept exception after this?

Can I clear eob and/or eoe after setting them?


thanks

psyCK0
June 29th, 2004, 04:10
1. You can use the MOV command in a loop to move blocks of data. Maybe I'll implement a block move in next version.

2. If EOB is not set the script continues on the next line.
EOE will still work.

3. Can't clear EOB/EOE at the moment, this will come in next version.