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.
基本的に、バイナリ内で _fini アドレスを抽出する方法を探しています。私が考えることができる単純な方法は、objdump を使用して _fini を解析することです。これを行うためのより良い方法はありますか (たとえば、objdump を使用しないなど)。
ありがとうございました!