天天看點

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:該函數在程式内定義,可以被程式通路。

繼續閱讀