Top | ![]() |
![]() |
![]() |
![]() |
char const * | (*get_filename) () |
void | (*get_functions) () |
ssize_t | (*read) () |
off_t | (*seek) () |
ssize_t | (*write) () |
AsmFunction * | (*get_function_by_id) () |
AsmSection * | (*get_section_by_id) () |
AsmString * | (*get_string_by_id) () |
AsmSection * | (*set_function) () |
AsmSection * | (*set_section) () |
AsmString * | (*set_string) () |
int | (*decode) () |
AsmArchPlugin * | (*init) () |
void | (*destroy) () |
int | (*function) () |
int | (*section) () |
char const * | (*detect) () |
int | (*decode_section) () |
void (*get_functions) (AsmFormat *format
,AsmFunction **functions
,size_t *functions_cnt
);
AsmSection * (*set_function) (AsmFormat *format
,int id
,char const *name
,off_t offset
,ssize_t size
);
AsmSection * (*set_section) (AsmFormat *format
,int id
,unsigned int flags
,char const *name
,off_t offset
,ssize_t size
,off_t base
);
AsmString * (*set_string) (AsmFormat *format
,int id
,char const *name
,off_t offset
,ssize_t size
);
int (*decode_section) (AsmFormatPlugin *format
,AsmSection *section
,AsmArchInstructionCall **calls
,size_t *calls_cnt
);