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
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