Read And Execute Opcode bytes using ReadProcessMemory

Can I read some hex bytes(opcode)in a module in memory, and then execute them? Basically, I am trying to track the opcode instruction which I execute to see what memory address they modify?

Any way I can do this?
You mean other than using a debugger?
Last edited on
yes
Topic archived. No new replies allowed.