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.
実行可能ファイル内のすべてのグローバル変数とアドレスオフセットをダンプするにはどうすればよいですか?
これは、gccでコンパイルされたxcodeで開発されたアプリであるosxにあります。
ありがとうございました
otoolまたはを使用しcctoolsます。
otool
cctools
objdumpおよび/またはでこれを行うことができるはずですreadelf。
objdump
readelf
ここには*nixシステムはありませんが、objdump -s -j .data十分に近づける必要があります。
objdump -s -j .data