taviso / loadlibrary

Porting Windows Dynamic Link Libraries to Linux
GNU General Public License v2.0
4.34k stars 377 forks source link

mpclient fails with latest defender update. #112

Open redminster opened 2 years ago

redminster commented 2 years ago

After updating defender to the lastest x86 update mpclient fails. root@9927a6722b79:/loadlibrary# ./mpclient mpclient: function at 0x5a70104d attempted to call an unknown symbol Trace/breakpoint trap (core dumped)

kovacs-levent commented 2 years ago

Is there any update/fix for this? I'm facing the same issue. As the guide says, I've downloaded the x86 mpam-fe.exe from https://www.microsoft.com/security/portal/definitions/adl.aspx#manual, and extracted it into the engine folder with cabextract. mpclient won't run, if I try to execute it, I receive the same error:

mpclient: function at 0x5a682ed7 attempted to call an unknown symbol [1] 12844 trace trap ./mpclient

By the output of exiftool mpengine.dll | grep 'Product Version Number' this is the version I'm using: Product Version Number : 1.1.19200.5

andyoulovexy commented 2 years ago

Is there any update/fix for this? I'm facing the same issue. As the guide says, I've downloaded the x86 mpam-fe.exe from https://www.microsoft.com/security/portal/definitions/adl.aspx#manual, and extracted it into the engine folder with cabextract. mpclient won't run, if I try to execute it, I receive the same error:

mpclient: function at 0x5a682ed7 attempted to call an unknown symbol [1] 12844 trace trap ./mpclient

By the output of exiftool mpengine.dll | grep 'Product Version Number' this is the version I'm using: Product Version Number : 1.1.19200.5

me,too