![]() |
miasm
Reverse engineering framework
|
Classes | |
| class | CStruct |
| class | Cstruct_Metaclass |
Functions | |
| def | fix_size (fields, wsize) |
| def | real_fmt (fmt, wsize) |
Variables | |
| dictionary | type2realtype = {} |
| dictionary | size2type = {} |
| dictionary | size2type_s = {} |
| s = struct.calcsize(t) | |
| dictionary | sex_types = {0: '<', 1: '>'} |
| dictionary | all_cstructs = {} |
| def miasm.loader.new_cstruct.fix_size | ( | fields, | |
| wsize | |||
| ) |
| def miasm.loader.new_cstruct.real_fmt | ( | fmt, | |
| wsize | |||
| ) |

| dictionary miasm.loader.new_cstruct.all_cstructs = {} |
| miasm.loader.new_cstruct.s = struct.calcsize(t) |
| dictionary miasm.loader.new_cstruct.sex_types = {0: '<', 1: '>'} |
| dictionary miasm.loader.new_cstruct.size2type = {} |
| dictionary miasm.loader.new_cstruct.size2type_s = {} |
| dictionary miasm.loader.new_cstruct.type2realtype = {} |