Falldog的程式戰場
12 11月 2013
[Linux/Android] Export API for SharedLibrary (.so)
當開發一個 SharedLibrary (.so) 時,不想 Export 太多 API 出去(可能涉及商業機密或是單純的爽字),Windows or Linux 都有做法可以做到,這邊只說明一下 Linux / Android 的做法。
用 nm 觀察 .so 的 Symbol Table
nm -gC MyLib.so
-g : 只列出 external symbol
-C : 將 C++ 的 symbol 轉換成易讀的版本
閱讀更多 »
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)