Fat Mach-O Executable Multi-purpose?
问题 I am currently working with Mach-O Executables on my Mac and A question just came across me, Can a single Fat Mach-O Executable file have multiple purposes? Eg. Could I Have a single Mach-O Executable File with a Fat Header specifying 2 Executables: Executable 1 : This executable could be a Dynamic Library allowing Its code to be loaded in external applications. and Executable 2 : This executable could be an Executable allowing It to be independently launched through Terminal or as an