Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ でセキュリティ アプリを作成しています。そして、実行strings app.nameすると、結果に多くのメソッド名が表示されることがわかりました。
strings app.name
これらのメソッド名を非表示にする方法はありますか? (これらの関数名は手動で変更できますが、これらの名前を簡単に非表示にするためにコンパイラにフラグを追加できるのは不思議です)。
あいまいさによるセキュリティは依然として克服できますが、いつでもstripバイナリをすべて削除して、すべてのデバッグ シンボルと情報を削除できます。
strip