spark!
December 25th, 2002, 14:02
Here's my problem:
MODULE .txt 0003 0167:0217A000 00001E25 CODE RO
I want to patch the code inside using my own code executed directly from SICE. Of course it cannot happen as long as the memory above is RO. The result is nice GPF when trying to patch. So I wanted to change flags from RO to RW, I played with /pageflag from icedump but it didn't change anything for me. Guess I don't know how to use /pageflag
I tried also to play with VirtualProtectEx but since proc/thread won't show MODULE anywhere I can't get its PID thus I can't get the handle - so I can't use VirtualProtectEx.
So I'm asking - how to use /pageflag or how to manually change the flags for this section?
Merry Christmas everyone
MODULE .txt 0003 0167:0217A000 00001E25 CODE RO
I want to patch the code inside using my own code executed directly from SICE. Of course it cannot happen as long as the memory above is RO. The result is nice GPF when trying to patch. So I wanted to change flags from RO to RW, I played with /pageflag from icedump but it didn't change anything for me. Guess I don't know how to use /pageflag

So I'm asking - how to use /pageflag or how to manually change the flags for this section?
Merry Christmas everyone
