views:

4

answers:

0

I'm single-stepping through 64-bit intel opcodes using kdbg. I'd like to alter the contents of RAX, etc and repeat a sequence of opcodes - by altering RIP or otherwise telling it continue execution from some point. Is this possible?

Of course I've browsed all the kdbg documentation i could find.