CACAO
|
Data Fields | |
methodinfo * | m |
codeinfo * | prev |
uint32_t | flags |
u1 | optlevel |
u1 * | mcode |
u1 * | entrypoint |
s4 | mcodelength |
int32_t | stackframesize |
int32_t | synchronizedoffset |
uint8_t | savedintcount |
uint8_t | savedfltcount |
exceptiontable_t * | exceptiontable |
LinenumberTable * | linenumbertable |
PatcherListTy * | patchers |
exceptiontable_t* codeinfo::exceptiontable |
LinenumberTable* codeinfo::linenumbertable |
methodinfo* codeinfo::m |
PatcherListTy* codeinfo::patchers |