| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -121/+0 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -10/+26 |
| | | |||||
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get miasm to work on Windows, also add AppVeyor CI * Fix gcc jitter on Linux * Make the dse_crackme tests work on Windows * calling build and then install is less confusing than install twice * fix os.rename race condition on Windows * clean it up * Clean up after the unused cl.exe's artifacts * Use is_win instead of an additional check * Fix issue on Windows where 'w' and 'wb' modes are different * Address review feedback * setuptools is actually not required, so reverting | ||||
| * | Jitter: use bignum | Fabrice Desclaux | 2018-07-13 | 1 | -0/+1 |
| | | |||||
| * | Jitcore: remove useless strucs and rename for more meaningful names | Ajax | 2018-06-22 | 1 | -2/+2 |
| | | |||||
| * | Jitters: use loc_key instead of names or offset for basic block labeling | Ajax | 2018-06-22 | 1 | -11/+2 |
| | | |||||
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 1 | -7/+7 |
| | | |||||
| * | Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics' | Ajax | 2018-05-15 | 1 | -0/+1 |
| | | |||||
| * | Jit: merge duplicate hash code | Ajax | 2017-07-21 | 1 | -13/+0 |
| | | |||||
| * | Jitter: fix symb cache name (#525) | serpilliere | 2017-04-18 | 1 | -1/+1 |
| | | |||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 1 | -1/+1 |
| | | |||||
| * | Asmbloc: rename asm_label to AsmLabel | Fabrice Desclaux | 2017-03-13 | 1 | -2/+2 |
| | | |||||
| * | remove #! command line on files not supposed to be run at top level | Aymeric Vincent | 2017-01-05 | 1 | -1/+0 |
| | | |||||
| * | Merge common code into Jitcore_Cc_Base | Ajax | 2016-09-02 | 1 | -0/+124 |