http://bugs.winehq.org/show_bug.cgi?id=24370
Summary: kernel32: provide GetSystemDEPPolicy stub (Microsoft EMET v2) Product: Wine Version: 1.3.2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
"Enhanced Mitigation Experience Toolkit v2" from Microsoft requires this stub.
Although not really useful as of now (missing application security shims), it might be of benefit later.
--- snip --- fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x000000f6,0x3009a1b4,0x5dc624): stub err:eventlog:ReportEventW L"clr20r3" err:eventlog:ReportEventW L"emet_conf.exe" err:eventlog:ReportEventW L"2.0.0.0" err:eventlog:ReportEventW L"4c6aef82" err:eventlog:ReportEventW L"mitigationinterface" err:eventlog:ReportEventW L"2.0.0.1" err:eventlog:ReportEventW L"4c8924d5" err:eventlog:ReportEventW L"6f" err:eventlog:ReportEventW L"182" err:eventlog:ReportEventW L"system.entrypointnotfound" err:eventlog:ReportEventW L"NIL" fixme:advapi:DeregisterEventSource (0xcafe4242) stub ... Unhandled Exception: System.EntryPointNotFoundException: Unable to find an entry point named 'GetSystemDEPPolicy' in DLL 'kernel32.dll'.
at MitigationInterface.Kernel32.GetSystemDEPPolicy()
at MitigationInterface.SysMitigation_DEP..ctor(OSVERSIONINFOEX OsInfoEx, Boolean EnableUnsafeSettings)
at MitigationInterface.SystemMitigations..ctor()
at ConsoleApp.Program.Main(String[] args) wine: Unhandled exception 0xe0434f4d at address 0x7b836f02 (thread 0009), starting debugger... Unhandled exception: 0xe0434f4d in 32-bit code (0x7b836f02). --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/bb736298.aspx
"Enhanced Mitigation Experience Toolkit v2.0" Download:
https://www.microsoft.com/downloads/en/details.aspx?FamilyID=c6f0a6ee-05ac-4...
Needs .NET 2.0 Framework as prerequisite (e.g. winetricks dotnet20)
Regards