1 2 3 4 5 6
#include <stdio.h> #include <mach-o/loader.h> int main(void) { printf("LC_SEGMENT_64: %d\n", LC_SEGMENT_64); }