23 lines
768 B
C
23 lines
768 B
C
#include <VasEBoot/macho.h>
|
|
#include <VasEBoot/machoload.h>
|
|
|
|
#define SUFFIX(x) x ## 32
|
|
typedef struct VasEBoot_macho_header32 VasEBoot_macho_header_t;
|
|
typedef struct VasEBoot_macho_segment32 VasEBoot_macho_segment_t;
|
|
typedef VasEBoot_uint32_t VasEBoot_macho_addr_t;
|
|
typedef struct VasEBoot_macho_thread32 VasEBoot_macho_thread_t;
|
|
#define offsetXX offset32
|
|
#define ncmdsXX ncmds32
|
|
#define cmdsizeXX cmdsize32
|
|
#define cmdsXX cmds32
|
|
#define endXX end32
|
|
#define uncompressedXX uncompressed32
|
|
#define compressedXX compressed32
|
|
#define uncompressed_sizeXX uncompressed_size32
|
|
#define compressed_sizeXX compressed_size32
|
|
#define XX "32"
|
|
#define VasEBoot_MACHO_MAGIC VasEBoot_MACHO_MAGIC32
|
|
#define VasEBoot_MACHO_CMD_SEGMENT VasEBoot_MACHO_CMD_SEGMENT32
|
|
#include "machoXX.c"
|
|
|