| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -141/+0 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -14/+41 |
| | | |||||
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 1 | -9/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | Jitcore: remove useless strucs and rename for more meaningful names | Ajax | 2018-06-22 | 1 | -5/+5 |
| | | |||||
| * | Jitters: use loc_key instead of names or offset for basic block labeling | Ajax | 2018-06-22 | 1 | -3/+2 |
| | | |||||
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 1 | -5/+6 |
| | | |||||
| * | remove #! command line on files not supposed to be run at top level | Aymeric Vincent | 2017-01-05 | 1 | -1/+0 |
| | | |||||
| * | Add Clang possibility using "cc" | Ajax | 2016-09-05 | 1 | -1/+1 |
| | | |||||
| * | Merge common code into Jitcore_Cc_Base | Ajax | 2016-09-02 | 1 | -102/+8 |
| | | |||||
| * | Move Jitcore specifics code into respective classes | Ajax | 2016-09-02 | 1 | -11/+11 |
| | | |||||
| * | Jitter: code generator rework | Fabrice Desclaux | 2016-08-30 | 1 | -8/+11 |
| | | |||||
| * | DLclose loaded libraries to free the memory on JiT block deletion event | Ajax | 2016-06-23 | 1 | -2/+7 |
| | | |||||
| * | Jitter: autopep | Fabrice Desclaux | 2016-05-10 | 1 | -1/+1 |
| | | |||||
| * | Jitter: cache on bloc | Fabrice Desclaux | 2016-05-10 | 1 | -24/+47 |
| | | |||||
| * | Jitter/gcc: fit fd leak | Fabrice Desclaux | 2016-04-27 | 1 | -1/+2 |
| | | |||||
| * | Jitgcc: clean temporary C files | Fabrice Desclaux | 2016-04-26 | 1 | -1/+1 |
| | | |||||
| * | Jitter: add gcc backend | serpilliere | 2016-04-26 | 1 | -0/+136 |