3

我想获取安装在我的 Mac 机器上的防病毒产品的信息。我正在开发一个将显示所有系统信息的应用程序,并且我能够获取系统基本信息,但无法获取安全详细信息,例如该机器中安装的所有防病毒/反间谍软件产品。

我正在使用 Obj-C 开发我的应用程序,并试图仅在其中获取 api。我想按需调用该 api,因此它可以直接嵌入到应用程序中,也可以在外部执行。如果我也能得到那个命令,那么我就可以使用它。

请问有谁知道我应该调用什么API?

4

1 回答 1

2

OPSWAT maintains a commercial C++ library/api called OESIS Framework which enables the integrator to obtain information and manage common functions of 3rd party security applications installed on Mac OS devices.

The list of security applications that can be called is at- http://www.opswat.com/products/oesis-framework/supported-applications#!product=all&os=mac

Available API calls, by application type are at http://www.opswat.com/products/oesis-framework/available-apis

Disclaimer: I work for OPSWAT.

于 2013-10-22T23:21:58.397 回答