about summary refs log tree commit diff stats
path: root/miasm2/ir/symbexec_types.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-131/+0
|
* Support python2/python3Fabrice Desclaux2019-03-051-8/+12
|
* Remove old api supportFabrice Desclaux2019-02-121-4/+0
|
* Fix bad englishFabrice Desclaux2019-01-171-1/+1
|
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
|
* Code cleaning: lgtm.comFabrice Desclaux2018-08-231-0/+3
|
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-5/+1
|
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-151-2/+2
|
* SymbexecTypes: fix mergeFabrice Desclaux2017-08-081-4/+3
| | | | | Merge should return the union of types of both states instead of its intersection.
* 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
|
* SymbExecCType: remove dummy argumentFabrice Desclaux2017-07-051-25/+10
|
* IR: Add top/types enginesFabrice Desclaux2017-06-141-0/+243