| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expression: use __hash__ function instead of property | Fabrice Desclaux | 2015-02-23 | 1 | -9/+8 |
| | | |||||
| * | Expression: use private attributes in expression | Fabrice Desclaux | 2015-02-23 | 1 | -213/+211 |
| | | |||||
| * | Expression: Exprcompose are now ordered by default; add sanitycheck for ↵ | Fabrice Desclaux | 2015-02-23 | 1 | -0/+8 |
| | | | | | contiguous slices | ||||
| * | Expression: fix autopep indentation | Fabrice Desclaux | 2015-02-23 | 1 | -2/+2 |
| | | |||||
| * | Expression: Make expressions really immutable. | serpilliere | 2015-02-22 | 1 | -88/+137 |
| | | |||||
| * | Expression: fix ExprCond output | Fabrice Desclaux | 2015-01-13 | 1 | -1/+1 |
| | | |||||
| * | Expression: Fix ExprCompose:get_w (wrong copy/paste ?) | Camille Mougey | 2014-12-09 | 1 | -1/+1 |
| | | |||||
| * | x86 arch: fix some mnemonic | serpilliere | 2014-08-05 | 1 | -4/+4 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+1253 |
| * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy ! | |||||