about summary refs log tree commit diff stats
path: root/miasm2/ir (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Jitter: fix FPU C functions namesFabrice Desclaux2018-05-091-4/+8
* Fix __ne__ callsFabrice Desclaux2018-04-193-0/+9
* IR: fix remove_jmp auto loopFabrice Desclaux2018-04-181-0/+4
* IR: simplify return if block is modifiedFabrice Desclaux2018-04-181-5/+12
* Asmblock: fix graph merge tipoFabrice Desclaux2018-04-151-1/+1
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-153-442/+1086
* Translator: import 'z3' only when it is really neededAjax2018-02-151-1/+11
* Fix z3 conversion of 'imod' and 'idiv' to follow the Miasm oneAjax2018-02-141-2/+15
* X86: remove c_rez/rcl_rez/rcr_rez special operatorFabrice Desclaux2018-02-131-12/+11
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-1/+1
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-091-3/+11
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-092-17/+22
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-092-25/+31
* Symbexec: add get_blockFabrice Desclaux2017-08-082-6/+20
* SymbexecTypes: fix mergeFabrice Desclaux2017-08-081-4/+3
* Ir/SymbExecCTypes: fix c types use with setFabrice Desclaux2017-08-071-7/+15
* IR/symbexec_types: Clean SymbExecTypesFabrice Desclaux2017-08-071-141/+28
* Objc: support multi accesses/typesFabrice Desclaux2017-08-071-29/+39
* Objc: fix tipoFabrice Desclaux2017-08-041-4/+4
* Jitter: fix shifter macroFabrice Desclaux2017-07-251-4/+4
* IR: rename post_add_blocFabrice Desclaux2017-07-071-2/+10
* IR: rename add_blocFabrice Desclaux2017-07-071-2/+10
* IR: rename get_blocFabrice Desclaux2017-07-072-3/+11
* SymbExecCType: remove dummy argumentFabrice Desclaux2017-07-051-25/+10
* Merge pull request #567 from serpilliere/exec_engineserpilliere2017-06-173-11/+548
|\
| * IR: Add top/types enginesFabrice Desclaux2017-06-142-0/+464
| * Symbexec: fix expr lookupFabrice Desclaux2017-06-141-0/+2
| * Symbexec: add state managementFabrice Desclaux2017-06-141-3/+73
| * Symbexec: updt apiFabrice Desclaux2017-06-141-8/+9
* | Remove also from .blocks (not synchronized with the graph)Ajax2017-06-141-0/+1
|/
* Example: clean graph_ir IDAFabrice Desclaux2017-05-241-2/+2
* IR: slot irblockFabrice Desclaux2017-05-241-1/+2
* IR: Make IRBlock immutableFabrice Desclaux2017-05-242-105/+137
* Merge pull request #550 from serpilliere/add_rot_pytransCamille Mougey2017-05-101-0/+14
|\
| * Translator: add rol/ror for pythonFabrice Desclaux2017-05-091-0/+14
* | Merge pull request #553 from commial/feature/symbexec-assignblkserpilliere2017-05-101-0/+7
|\ \
| * | Add .as_assignblock() for SymbolicExecutionEngineAjax2017-05-091-0/+7
| |/
* | Complete the docstring of AssignBlockAjax2017-05-091-1/+7
* | Add a sanity check for AssignBlock (dst must be Id or Mem)Ajax2017-05-091-0/+4
|/
* Add .items API to AssignBlockAjax2017-04-271-0/+3
* Ir: Add ir graph helpersFabrice Desclaux2017-04-211-30/+139
* AssignBlock: add simplification facilityAjax2017-04-201-0/+12
* AssignBlock: add a few commentAjax2017-04-201-1/+13
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-202-34/+32
* Ir: clean codeFabrice Desclaux2017-04-201-52/+51
* Ir: make AssignBlock immutableFabrice Desclaux2017-04-201-13/+61
* IR: fix set_dst linenbFabrice Desclaux2017-04-041-1/+3
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-245/+7
* Symbexec: fix tipo symbmngrFabrice Desclaux2017-03-171-4/+4
* IR: fix support old api blocsFabrice Desclaux2017-03-171-1/+1