comparison mach-o-loader/loader.h @ 2:747f68297ba5 default tip

add c language mach-O loader program. this program only analize, can't still load now.
author taiki <taiki@cr.ie.u-ryukyu.ac.jp>
date Tue, 04 Mar 2014 14:41:35 +0900
parents
children
comparison
equal deleted inserted replaced
1:1b796d0dd763 2:747f68297ba5
1 #ifndef LOADER
2 #define LOADER
3
4 struct mach_o_data {
5 int mh64_size;
6 int sc64_size;
7 int sect64_size;
8 };
9
10 #endif /* LOADER */