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