about summary refs log tree commit diff stats
path: root/test/analysis (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
* Fix ircfg_a namesFabrice Desclaux2021-01-191-17/+0
* Rename examples lifterFabrice Desclaux2020-12-251-4/+4
* Rename ira => LifterModelCallFabrice Desclaux2020-12-244-174/+174
* Update api according to loc_db updateFabrice Desclaux2020-08-313-5/+5
* IRBlock take loc_dbFabrice Desclaux2020-08-313-4/+4
* Avoid generate default locationdbFabrice Desclaux2020-08-311-7/+9
* Fix int(expr)Fabrice Desclaux2020-04-031-1/+1
* Analysis: dead simp to classFabrice Desclaux2020-02-141-2/+3
* Add missing addrsizeFabrice Desclaux2019-11-191-0/+1
* Codespell: fix some spelling mistakesWilliam Bruneau2019-09-202-2/+2
* Test: Fix docker with python 3.5Fabrice Desclaux2019-03-071-1/+1
* Rename elfesteem loaderFabrice Desclaux2019-03-051-1/+1
* Include elfesteem fork in miasmPierre LALET2019-03-051-1/+1
* Rename miasm2 to miasmFabrice Desclaux2019-03-056-29/+29
* Support python2/python3Fabrice Desclaux2019-03-057-280/+300
* IR: add simplifierFabrice Desclaux2019-02-181-35/+17
* IR: del unused edges during IR simplificationsFabrice Desclaux2019-02-121-3/+4
* Fix bad englishFabrice Desclaux2019-01-171-2/+2
* Test: add an unssa reg testFabrice Desclaux2019-01-161-0/+652
* Fix typos & add codespellPierre LALET2018-12-233-5/+5
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-012-242/+242
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-052-356/+553
* IR: remove default regs_init for symbexecFabrice Desclaux2018-07-055-5/+5
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-032-78/+4
* symbol_pool -> loc_dbAjax2018-07-033-82/+82
* Code cleaning: remove useless / commented codeAjax2018-06-212-2/+1
* Jitter: add simple trace apiFabrice Desclaux2018-06-211-2/+1
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-092-246/+247
* Expr: Add new word ExprLocFabrice Desclaux2018-06-082-84/+91
* Remove the default size of ExprMem expressionsAjax2018-02-151-5/+5
* Expression: no default size for ExprIdFabrice Desclaux2018-02-092-37/+37
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-092-13/+13
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-1/+1
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-092-15/+15
* Test/DSE: Autopep8 + PylintAjax2017-09-041-28/+38
* DSE: test the possibility to attach in a breakpointAjax2017-09-041-3/+56
* Merge pull request #518 from commial/feature/dseserpilliere2017-04-211-0/+94
|\
| * Add regression test for DSE on lbl_genAjax2017-04-181-0/+94
* | IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-202-5/+3
* | Ir: make AssignBlock immutableFabrice Desclaux2017-04-201-1/+4
|/
* Update regression tests fo ModularIntervals mulAjax2017-03-302-0/+12
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-303-62/+61
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-0/+685
* 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