Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created June 23, 2019 12:16
Show Gist options
  • Save mgrebenets/8e1ed48ff817831fe42e36cd251a582e to your computer and use it in GitHub Desktop.
Save mgrebenets/8e1ed48ff817831fe42e36cd251a582e to your computer and use it in GitHub Desktop.
{
Name = "MACH_O_TYPE";
Type = Enumeration;
Values = (
{
Value = "mh_execute";
CommandLineFlag = "";
},
{
Value = "mh_dylib";
CommandLineFlag = "-dynamiclib";
},
{
Value = "mh_bundle";
CommandLineFlag = "-bundle";
},
{
Value = "mh_object";
CommandLineFlag = "-r";
},
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment