Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top