I'm writing a python program to extract all the metadata out of a Mach-o file. However all the documents detailing the format that I can find doesn't explicitly define what the constants are other than to name them as they would be in a c++ header file without giving out their actual numerical value.
My Mac at work doesn't have the developper kit installed and thus I don't have access to the Mach-o library code to reference.
Is there a place online that I can find that information?
PS: I have read: http://developer.apple.com/document...ceptual/MachORuntime/Reference/reference.html
and while it contains almost all the information I need, it doesn't give numerical values to constants.
My Mac at work doesn't have the developper kit installed and thus I don't have access to the Mach-o library code to reference.
Is there a place online that I can find that information?
PS: I have read: http://developer.apple.com/document...ceptual/MachORuntime/Reference/reference.html
and while it contains almost all the information I need, it doesn't give numerical values to constants.