about summary refs log tree commit diff stats
path: root/miasm2/core/objc.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-1761/+0
* Support python2/python3Fabrice Desclaux2019-03-051-45/+113
* Add a cache for C typesAjax2019-02-131-6/+19
* CHandler: make struct_expr_types optionalAjax2019-02-131-1/+3
* Fix typos & add codespellPierre LALET2018-12-231-17/+17
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-4/+4
* Code cleaning: lgtm.comFabrice Desclaux2018-08-231-0/+3
* Fix __ne__ callsFabrice Desclaux2018-04-191-0/+3
* Objc: missing pure int checkFabrice Desclaux2017-10-031-0/+2
* Objc: return accesses setFabrice Desclaux2017-08-081-57/+48
* Objc: hash, eq for CGenFabrice Desclaux2017-08-081-28/+116
* Objc: update apiFabrice Desclaux2017-08-071-41/+79
* Objc: enhance C str typesFabrice Desclaux2017-08-071-1/+7
* Objc: store function arguments'namesFabrice Desclaux2017-08-071-7/+7
* Objc: merge type analyzer and get_accessFabrice Desclaux2017-08-071-304/+108
* Objc: C object are now hashable, immutable, cmpFabrice Desclaux2017-08-071-85/+104
* Objc: fix__str__Fabrice Desclaux2017-08-071-23/+38
* Objc: add ObjC cmpFabrice Desclaux2017-08-071-44/+83
* ExprReducer: add kwargs arguments for reductionsFabrice Desclaux2017-08-071-31/+43
* Objc: any Expr can be typedFabrice Desclaux2017-08-071-29/+18
* Objc: support multi accesses/typesFabrice Desclaux2017-08-071-26/+27
* Objc: normalize strict_accessFabrice Desclaux2017-07-221-11/+13
* Objc: warn on non defined structuresFabrice Desclaux2017-07-221-0/+19
* Objc: API homogenizationFabrice Desclaux2017-06-021-5/+15
* Objc: Fix duplicated codeFabrice Desclaux2017-06-021-12/+5
* Objc: Add padding in sparse structuresFabrice Desclaux2017-06-011-1/+16
* Core/Objc: improuve internal type representationFabrice Desclaux2017-05-151-72/+421
* Core: add C manipulatorsFabrice Desclaux2017-02-171-0/+1280