News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Two questions

Started by Dagger, October 11, 2006, 02:58:27 AM

Previous topic - Next topic

Dagger

1. Can anyone show me an example of changing an instruction from JNE to JE (I believe that it's changing the opcode) using WriteProcessMemory?

2. Is there a way to freeze a pointer's value without setting a loop?

hutch--

Dagger,

Leave this stuff alone in this forum or it will be deleted according to the rules.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

P1

Changing someone else's code is not permitted, because it is as a general rule, illegal to do so.

If your modifing your code, fix it in the source properly.

M$ has draw the battle line for in memory modification of executable code.  Look up what they mean by managed vs unmanaged code.  Vista will not permit these types of code modifications.  In the end, all code will become managed by signing it locally.  But then it will not run on anyone else's system either, after that.

Regards,  P1  :8)