miasm
Reverse engineering framework
|
Classes | |
class | graph_ir.GraphIRForm |
class | graph_ir.GraphMiasmIR |
Namespaces | |
graph_ir | |
Functions | |
def | graph_ir.label_init (self, name="", offset=None) |
def | graph_ir.label_str (self) |
def | graph_ir.color_irblock (irblock, ir_arch) |
def | graph_ir.is_addr_ro_variable (bs, addr, size) |
def | graph_ir.build_graph (start_addr, type_graph, simplify=False, dontmodstack=True, loadint=False, verbose=False) |
def | graph_ir.function_graph_ir () |
Variables | |
int | graph_ir.TYPE_GRAPH_IR = 0 |
int | graph_ir.TYPE_GRAPH_IRSSA = 1 |
int | graph_ir.TYPE_GRAPH_IRSSAUNSSA = 2 |
int | graph_ir.OPTION_GRAPH_CODESIMPLIFY = 1 |
int | graph_ir.OPTION_GRAPH_DONTMODSTACK = 2 |
int | graph_ir.OPTION_GRAPH_LOADMEMINT = 4 |
graph_ir.fixedblocs | |
graph_ir.name | |
graph_ir.attrib | |
graph_ir.offset | |