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.
アプリを復号化nmし、バイナリでコマンドを実行すると、非常に長いシンボルのリストが得られました。これは、IDA PRO と Hopper でも簡単に見つけることができます。しかし、GDB でシンボルを実行info funすると、シンボルが見つからないことがわかります。ファイルにダンプinfo funすると、 から取得したものと一致するシンボルはありませんnm。どうしてこれなの?oO
nm
info fun
デバイスでデバッグ セッションを実行する前に、復号化されたアプリで file コマンドを使用することで、この問題を解決できました。