Using Windows DLL from Linux

后端 未结 7 1776
别跟我提以往
别跟我提以往 2020-11-28 07:29

We need to interface to 3rd party app, but company behind the app doesn\'t disclose message protocol and provides only Windows DLL to interface to.

Our application i

相关标签:
7条回答
  • 2020-11-28 08:27

    Tavis Ormandy has a code which is capable of linking the Windows DLL and calling the functions from Linux executable. Concept is demonstrated by calling mpengine from on MS Windows Defender for scanning (malware) files:

    https://github.com/taviso/loadlibrary

    0 讨论(0)
提交回复
热议问题