S sms2000 macrumors newbie Original poster Feb 1, 2011 8 0 Feb 10, 2011 #1 Where can I find technical info regarding iOS 4.0 executable file format? Headers, code segments, relocations, imports/exports etc. Like PE format in Windows known now to everyone... Thanks.
Where can I find technical info regarding iOS 4.0 executable file format? Headers, code segments, relocations, imports/exports etc. Like PE format in Windows known now to everyone... Thanks.
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Feb 10, 2011 #2 Pretty sure it's a multi-architecture Mach-O format (with code signing). Edit: Apple provide some technical documentation
Pretty sure it's a multi-architecture Mach-O format (with code signing). Edit: Apple provide some technical documentation
S sms2000 macrumors newbie Original poster Feb 1, 2011 8 0 Feb 10, 2011 #3 2robbieduncan Many thanks.