문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top