A class' ivar layout is defined as a class_ro_t
's struct uint8_t
array field (Take a look at http://opensource.apple.com/source/objc4/objc4-532.2/runtime/objc-runtime-new.h). So, how can it be interpreted? What is the format of the data stored in it?
Asked
Active
Viewed 381 times
0

LuisABOL
- 2,951
- 4
- 25
- 57
-
Don't stop reading at the first thing youdon' – ott-- Mar 07 '13 at 22:01
1 Answers
0
Here is Apples code for printing Objective-C 2 meta data structures: http://www.opensource.apple.com/source/cctools/cctools-782/otool/print_objc2_32bit.c?txt.

Stefan Fisk
- 1,563
- 13
- 19