RatDeLabo
March 7th, 2002, 22:39
i'm working on a certain dll. i've written a little proggy that patches, loads, uses, unloads then unpatch this dll (i want it to stay "bugged"
.
this solution is not very elegant, and i want to use WriteProcessMemory;
i've read several essays, but didn't succeeded to use it correctly.
in the examples i've seen, the executable is loaded with CreateProcess, but i use LoadLibrary, so i don't have the right handler.
does anybody have a solution for this ?
thanks

this solution is not very elegant, and i want to use WriteProcessMemory;
i've read several essays, but didn't succeeded to use it correctly.
in the examples i've seen, the executable is loaded with CreateProcess, but i use LoadLibrary, so i don't have the right handler.
does anybody have a solution for this ?
thanks