Frage

How does otool and similar tools read load commands? I could not find any open source tools to figure this out (even though otool is partially open source). How does it parse the binary file? Where does it start?

Thanks

War es hilfreich?

Lösung

I would expect that the otool command would open the file and parse the header of the binary according to the OSX ABI Mach-O File Format

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top