about summary refs log tree commit diff stats
path: root/miasm/core/sembuilder.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use regex literals for re.* functionsDuncan Ogilvie2024-01-061-2/+2
|
* Sembuilder: Remove mem[X]Fabrice Desclaux2020-12-161-21/+0
|
* IRBlock take loc_dbFabrice Desclaux2020-08-311-2/+8
|
* sembuilder: more compatible way to construct AST moduleZheng Luo2019-11-161-4/+5
| | | | | | | | | Python3.8 changes the signature of ast.Module by adding a ignore_comment field which breaks this project. ast.parse("") is a dirty but more compatible way to make it work in both Python 3.8 and <3.8. Fixed #1092
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-0/+355