about summary refs log tree commit diff stats
path: root/example/expression/graph_dataflow.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-16Update api according to ElfesteemFabrice Desclaux5-10/+15
2015-12-13Sandbox/Win: remove unused optionPierre LALET1-2/+0
2015-12-13Examples: set load_hdr to True for the sandbox in unpack_upx.pyPierre LALET1-1/+3
2015-12-13Sandbox/Win: fix -o/--load-hdr optionPierre LALET1-2/+3
2015-12-07IR: Rebuild graph on `add_node`Ajax1-0/+2
2015-12-07IR/gen_graph: `link_all` is never usedAjax1-3/+2
2015-12-07IR: fix importAjax1-10/+9
2015-12-07IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax13-200/+145
2015-12-07IRA: use a crafted DiGraph for IR do displayCamille Mougey1-33/+43
2015-12-07IRA: ira parent class is now miasm2.ir.ir::irCamille Mougey3-6/+10
2015-12-07IRA: Add a class descriptionCamille Mougey1-0/+8
2015-12-07IR: use expr_is_label instead of ExprIsLabelCamille Mougey3-10/+6
2015-12-07Example/Disasm: update full.py to produce both IR and IRA graphesCamille Mougey2-2/+7
2015-12-07IR: move graph relative code from IRA to IRCamille Mougey2-98/+99
2015-12-04Test/Depgraph: the error status was not checkedAjax1-0/+3
2015-12-04Loader/pe: fix load page rwFabrice Desclaux1-2/+4
2015-12-04Jitter/csts: add priv instr cstFabrice Desclaux1-0/+1
2015-12-04X86/sem: sti priv instrFabrice Desclaux1-1/+0
2015-12-04Jitter: fix cst exceptionsFabrice Desclaux2-4/+4
2015-12-04Jitter: remove unused div_op rem_opFabrice Desclaux5-141/+9
2015-12-04Loader/pe: fix load lib; vm2peFabrice Desclaux2-11/+19
2015-12-04Sandbox: default support hcurmoduleFabrice Desclaux1-2/+2
2015-12-04Sandbox: support additional optionsFabrice Desclaux4-24/+25
2015-12-04jitter: fix dep dllFabrice Desclaux2-32/+21
2015-12-04Sandbox: autopepFabrice Desclaux1-27/+30
2015-12-04Loader: load PE and its dependenciesFabrice Desclaux3-21/+128
2015-12-03Jitter: clean codeFabrice Desclaux3-247/+2
2015-12-03Jit: use page array; bin searchFabrice Desclaux3-58/+101
2015-11-23Squelch a couple of warnings on 32 bit architectures with respect toAymeric Vincent2-2/+2
2015-11-23When parsing a 64 bit integer, make sure we have enough room to store it.Aymeric Vincent2-10/+14
2015-11-22Expression: repr cpuid opFabrice Desclaux1-0/+1
2015-11-22Os_dep/win: multiple fixFabrice Desclaux1-7/+15
2015-11-17TestALL: add a new tag 'qemu', avoiding QEMU testsAjax1-0/+3
2015-11-17QEMU/test: enable 'test_misc' for both python and TCCAjax1-2/+2
2015-11-17x86/sem: add 'iret[d]' user-landAjax1-0/+14
2015-11-17x86/sem: template eflags assignment from a sourceAjax1-12/+11
2015-11-17Test/QEMU: enable 'test_string' for both python and TCCAjax1-1/+2
2015-11-17x86/sem: fix cmps comparisonAjax1-3/+1
2015-11-17Qemu/test: update expected output for test_stringAjax1-78/+78
2015-11-17Semantic: instr.mode doesn't stand for ir.IRDst.sizeAjax2-60/+60
2015-11-17TestALL: enable QEMU test_xchg for python / tccAjax1-1/+2
2015-11-17JitterPython: init registers with 0 instead of symbolAjax1-4/+2
2015-11-17Symbexec: func_write callback doesn't need anymore last argAjax2-4/+3
2015-11-17Symbexec: fix parallelism with memory accessesAjax1-7/+4
2015-11-17x86/sem: rewrite xchg with SemBuilderAjax1-5/+4
2015-11-17TestQEMU: workaround/hack for displaying extended hexAjax1-0/+6
2015-11-17x86/sem: add cmpxchg8bAjax1-0/+16
2015-11-17Sembuilder: update regression testAjax1-1/+10
2015-11-16SemBuilder: introduce a new notation {a, b} for ExprComposeAjax1-0/+27
2015-11-16SemBuilder: use a local context per functionAjax1-2/+6