本帖最後由 luckiejacky 於 2016-5-25 12:49 編輯
我用了cygwin compile左一個wine.
當我run ntdll_test.exe, 所有的test都pass
但我找不到ntdll.dll這個module在wine的folder內
cygwin bin folder都無...
我用depends check下佢,發現libwine.dll只expose GetProcAddress
等最基本的method
但我再check下佢個ntdll_test.c rtl.c etc
我見到
hntdll = LoadLibraryA("ntdll.dll");
佢無ntdll.dll佢點Load到呢?
無理由load windows 那個
因linux都無這個module
究竟佢是怎運作的?
Update
我現在用ReactOS的dll's run個xp explorer,但佢出KillSystemTimer Entry Point not found in user32.dll
Any ideas?
THX |