about summary refs log tree commit diff stats
path: root/test/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Symbols are str instead of bytesFabrice Desclaux2021-06-081-3/+3
* Sembuilder: Remove mem[X]Fabrice Desclaux2020-12-161-3/+3
* Update api according to loc_db updateFabrice Desclaux2020-08-311-1/+1
* Avoid generate default locationdbFabrice Desclaux2020-08-313-37/+43
* Move modint in coreFabrice Desclaux2020-07-211-0/+74
* Fix issue #1255 ; Add unit testw4kfu2020-06-161-0/+25
* Updt dis_block_callback; apply_splittingFabrice Desclaux2020-06-101-2/+2
* Graph: add weakly connected componentsFabrice Desclaux2020-03-161-0/+22
* Rename miasm2 to miasmFabrice Desclaux2019-03-058-26/+26
* Support python2/python3Fabrice Desclaux2019-03-058-80/+95
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
* Updt example apiFabrice Desclaux2018-12-101-4/+5
* LocationDB: add a name -> offset methodAjax2018-07-191-0/+5
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-032-18/+18
* symbol_pool -> loc_dbAjax2018-07-033-24/+24
* LocationDB: introduced to replace AsmSymbolPoolAjax2018-07-031-0/+108
* Unify ExprLoc str with LocKey and othersAjax2018-06-171-4/+4
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-094-152/+168
* Expr: Add new word ExprLocFabrice Desclaux2018-06-082-15/+23
* add getby_offset in AsmCFGlosynix2018-05-091-0/+2
* Fix __ne__ callsFabrice Desclaux2018-04-191-1/+1
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-4/+4
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-2/+2
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-1/+1
* DiGraph: fixed node order in natural loop backedgesTim Blazytko2017-10-181-2/+2
* Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-271-3/+7
* Merge pull request #579 from serpilliere/fix_get_blocserpilliere2017-07-201-7/+7
|\
| * Asmblock: rename blocFabrice Desclaux2017-07-071-7/+7
* | Fix typo in /test/core/asmblock.pyWilliam Bruneau2017-07-201-1/+1
|/
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-133-3/+3
* Asmbloc: rename asm_constraint[to/next] to AsmConstraint[To/Next]Fabrice Desclaux2017-03-131-8/+8
* Asmbloc: rename asm_constraint to AsmConstraintFabrice Desclaux2017-03-131-9/+9
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-132-13/+13
* Asmbloc: rename asm_block_bad to AsmBlockBadFabrice Desclaux2017-03-131-3/+3
* Asmbloc: rename asm_bloc to AsmBlockFabrice Desclaux2017-03-131-8/+8
* Interval: add .length computationAjax2017-02-131-0/+4
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-054-4/+5
* Merge pull request #342 from fmonjalet/fix_typesserpilliere2016-04-191-1/+4
|\
| * Types: Ptr.dst_type is now a Type rather than a MemTypeFlorent Monjalet2016-03-151-1/+1
| * Types: handle MemType as argument to Array constructorFlorent Monjalet2016-03-151-0/+3
* | Asmcfg: add reg testFabrice Desclaux2016-03-161-2/+28
|/
* AssignBlockFabrice Desclaux2016-02-261-2/+6
* Tipo: dictionaryFabrice Desclaux2016-01-301-1/+1
* Add regression tests for MatchGraphAjax2016-01-271-0/+68
* Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"Ajax2016-01-261-4/+4
* BasicBlocks.pendings can be a set (creds @serpilliere)Ajax2016-01-261-1/+1
* Introduce tests for miasm2.core.asmblocAjax2016-01-261-0/+282
* Graph; introduce copy and mergeAjax2016-01-251-0/+15
* Graph: two graphs are equals if they have the same nodes and edgesAjax2016-01-251-0/+10
* Move types -> test_types to avoid namespace collision (creds @fmonjalet)Ajax2016-01-251-0/+0