about summary refs log tree commit diff stats
path: root/test/analysis/depgraph.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use regex literals for re.* functionsDuncan Ogilvie2024-01-061-2/+2
* Symbols are str instead of bytesFabrice Desclaux2021-06-081-243/+243
* Rename ira => LifterModelCallFabrice Desclaux2020-12-241-2/+2
* Update api according to loc_db updateFabrice Desclaux2020-08-311-1/+1
* IRBlock take loc_dbFabrice Desclaux2020-08-311-1/+1
* Fix int(expr)Fabrice Desclaux2020-04-031-1/+1
* Codespell: fix some spelling mistakesWilliam Bruneau2019-09-201-1/+1
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-6/+6
* Support python2/python3Fabrice Desclaux2019-03-051-264/+275
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-84/+84
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-195/+375
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-77/+3
* symbol_pool -> loc_dbAjax2018-07-031-33/+33
* Code cleaning: remove useless / commented codeAjax2018-06-211-1/+1
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-138/+139
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-41/+46
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-23/+23
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-091-12/+12
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-1/+1
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-13/+13
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-201-3/+2
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-12/+11
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-12/+12
* IR: rename blocs to blocksFabrice Desclaux2017-03-131-27/+27
* IR/ir: rename ir to IntermediateRepresentationFabrice Desclaux2017-03-131-1/+1
* IR/ir: rename irbloc to IRBlockFabrice Desclaux2017-03-131-84/+84
* Update int(XX.arg) -> int(XX)Ajax2016-09-161-1/+1
* Depgraph: updt apiFabrice Desclaux2016-03-211-3/+3
* Depgraph: implicit emulFabrice Desclaux2016-03-171-1/+0
* Test/Depgraph: updt testsFabrice Desclaux2016-03-171-740/+556
* AssignBlockFabrice Desclaux2016-02-261-5/+12
* Tipo: dictionaryFabrice Desclaux2016-01-301-1/+1
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-51/+51
* IRA: ira parent class is now miasm2.ir.ir::irCamille Mougey2015-12-071-2/+2
* Test/Depgraph: the error status was not checkedAjax2015-12-041-0/+3
* Analysis/Depgraph: Coding convention and cleanupsCaroline Leman2015-08-241-2/+1
* Analysis/Depgraph: Remove duplicates treatmentsCaroline Leman2015-08-241-96/+106
* Analysis/Depgraph: pylint and pep8 compliance + docstringsCaroline Leman2015-08-051-8/+7
* Analysis/Depgraph: DependecyGraph precision improvement + regressions tests.Caroline Leman2015-08-051-420/+1021
* TestDepgraph: Bad counter name (credits C. Leman)Ajax2015-04-241-3/+4
* Example: add NoCallNoMem in ida/depgraphserpilliere2015-03-231-8/+4
* Test/DepGraph: add regression test for double bloc symbolic emulationFabrice Desclaux2015-03-121-0/+42
* Test/Analysis: Regression tests for DependencyGraphCamille Mougey2015-02-201-0/+602