| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -587/+0 |
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -7/+9 |
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 1 | -1/+1 |
| * | Expression: replace arg by ptr in ExprMem | Fabrice Desclaux | 2018-10-12 | 1 | -22/+22 |
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 1 | -3/+3 |
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 1 | -12/+12 |
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 1 | -6/+6 |
| * | Expr: Add new word ExprLoc | Fabrice Desclaux | 2018-06-08 | 1 | -25/+29 |
| * | Parser: fix arguments name | Fabrice Desclaux | 2018-05-14 | 1 | -12/+12 |
| * | Core: updt parser structure | Fabrice Desclaux | 2018-05-14 | 1 | -60/+52 |
| * | Replace ExprInt[num](x) -> ExprInt(x, num) | Ajax | 2017-03-30 | 1 | -7/+7 |
| * | Asmbloc: rename asm_label to AsmLabel | Fabrice Desclaux | 2017-03-13 | 1 | -1/+0 |
| * | Core/cpu: change ParseAst name | Fabrice Desclaux | 2017-02-13 | 1 | -1/+1 |
| * | Core/cpu: improve asm fromstring | Fabrice Desclaux | 2017-02-13 | 1 | -5/+1 |
| * | remove #! command line on files not supposed to be run at top level | Aymeric Vincent | 2017-01-05 | 1 | -1/+0 |
| * | Update int(XX.arg) -> int(XX) | Ajax | 2016-09-16 | 1 | -6/+6 |
| * | Instructions: slots class | Fabrice Desclaux | 2016-01-15 | 1 | -0/+1 |
| * | Expression: fix api | Fabrice Desclaux | 2015-10-29 | 1 | -10/+10 |
| * | Fix forgotten copy/paste from arm arch | Mathieu Geli | 2015-06-16 | 1 | -1/+1 |
| * | Cpu: modify instructions' offset relative encoding | Fabrice Desclaux | 2015-04-01 | 1 | -5/+16 |
| * | Asmbloc: updt api | Fabrice Desclaux | 2015-04-01 | 1 | -2/+1 |
| * | Parse_asm: generate asm_label on symbol parsing | Fabrice Desclaux | 2015-04-01 | 1 | -1/+2 |
| * | Remove lazy logging pattern | Ajax | 2015-03-30 | 1 | -1/+1 |
| * | PyLint: Unreachable code | Camille Mougey | 2015-02-16 | 1 | -11/+5 |
| * | PyLint: Remove bad `super` calls | Camille Mougey | 2015-02-16 | 1 | -1/+1 |
| * | PyLint: Remove relative imports | Camille Mougey | 2015-02-16 | 1 | -2/+2 |
| * | Msp430: fix execflow code | Fabrice Desclaux | 2015-01-26 | 1 | -4/+7 |
| * | msp430: move jit | serpilliere | 2014-08-21 | 1 | -0/+1 |
| * | msp430: fix asm dst | serpilliere | 2014-08-21 | 1 | -3/+2 |
| * | Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytes | serpilliere | 2014-08-21 | 1 | -1/+1 |
| * | cpu/arch: arg2str moved in instruction class | serpilliere | 2014-08-05 | 1 | -38/+23 |
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+601 |