Re: "Manually" load an Exe



Why not use the documented API GetModuleHandle(0) instead of using
undocumented structures (that will by the way absolutely not work on any
flavor of Win9x, and won't work "as-is" on 64-bit Windows)?

"MaxMax" <none@xxxxxxxx> wrote in message
news:u9f6f.2465$65.77517@xxxxxxxxxxxxxxxxxxxxx
>> API mentioned by you use information stored in PEB (Process environment
>> block). Structure of PEB can be taken here
>> http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/NT%20Objects/Process/PEB.html
>> You may always change values of PEB fields.
> Very usefull... thanks. Do you know anything equivalent for 9x?
>
> --- bye
>


.