base addresses of kernel32

Tijl Coosemans tijl at coosemans.org
Sun Jul 4 14:10:44 CDT 2010


On Sunday 04 July 2010 12:10:36 Ilya Basin wrote:
>>> int main() {
>>>   HMODULE hKernel32 = GetModuleHandle("kernel32.dll");
>>>   printf("0x%8x\n", hKernel32);
>>> }
>>>
>>> [il at IL winetest]$ wine a.exe
>>> 0x7edf0000
>>> [il at IL winetest]$ wine a.exe
>>> 0x7edf0000
>>> [il at IL winetest]$ wine a.exe
>>> 0x7ede0000
>> 
>> Is this on Linux?
> 
> yes

In that case you should check if you have prelink installed and
then configure and build wine.



More information about the wine-devel mailing list