about summary refs log tree commit diff stats
path: root/miasm2/core/types.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-1693/+0
* Support python2/python3Fabrice Desclaux2019-03-051-30/+40
* Fix bad englishFabrice Desclaux2019-01-171-1/+1
* Fix typos & add codespellPierre LALET2018-12-231-10/+10
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-0/+3
* Code cleaning: lgtm.comFabrice Desclaux2018-08-231-0/+24
* Fix __ne__ callsFabrice Desclaux2018-04-191-0/+3
* Types: Ptr.dst_type is now a Type rather than a MemTypeFlorent Monjalet2016-03-151-10/+13
* Types: handle MemType as argument to Array constructorFlorent Monjalet2016-03-151-7/+26
* Remove unused variablesAjax2016-02-041-1/+1
* Types: Void type reprFlorent Monjalet2016-01-181-0/+3
* Types: typo, MemStruct.get_offset should be a classmethodFlorent Monjalet2016-01-181-2/+8
* Types: MemStruct.get_offset() shorthand for @serpiFlorent Monjalet2016-01-181-0/+4
* Types: Support anonymous Struct/Union/BitFieldFlorent Monjalet2016-01-181-11/+72
* Types: adding the ("field", SomeMemType) syntaxFlorent Monjalet2016-01-181-5/+18
* Types: Type size is now a propertyFlorent Monjalet2016-01-181-14/+21
* Types: Str encoding now generic to all str python supported encodingsFlorent Monjalet2016-01-181-64/+134
* Types: zip -> itertools.izipFlorent Monjalet2016-01-181-2/+3
* MemStruct/Types: ALLOCATOR becomes a MemType class attributeFlorent Monjalet2016-01-181-17/+24
* MemStruct: little MemType doc additionFlorent Monjalet2016-01-181-1/+1
* MemStruct/Types: Array idx fix + MemStr.from_str featureFlorent Monjalet2016-01-181-16/+45
* MemStruct/Types: pinned renamed to lvalFlorent Monjalet2016-01-181-24/+55
* MemStruct/Types: Renamed analysis.mem to core.typesFlorent Monjalet2016-01-181-0/+1399