Export/Import Function

Export/Import Function

来源于论文:Too Quiet in the Library: An Empirical Study of Security Updates in Android Apps’ Native Code

Export Function: Exports a function from this program to allow other programs to call the function. 从程序中导出函数,以允许其他程序调用该函数。

Import Function: Functions from other programs that are used in this program. 此程序中使用的其他程序中的函数。

A程序为当前程序,B程序为其他程序。
Export Function:该函数在A程序内定义,可以被B程序访问。
Import Function:该函数在程序内定义,可以被程序访问。


版权声明:本文为weixin_43846270原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。