about summary refs log tree commit diff stats
path: root/miasm2/jitter/jitcore_cc_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-121/+0
|
* Support python2/python3Fabrice Desclaux2019-03-051-10/+26
|
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-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 bignumFabrice Desclaux2018-07-131-0/+1
|
* Jitcore: remove useless strucs and rename for more meaningful namesAjax2018-06-221-2/+2
|
* Jitters: use loc_key instead of names or offset for basic block labelingAjax2018-06-221-11/+2
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-7/+7
|
* Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'Ajax2018-05-151-0/+1
|
* Jit: merge duplicate hash codeAjax2017-07-211-13/+0
|
* Jitter: fix symb cache name (#525)serpilliere2017-04-181-1/+1
|
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-2/+2
|
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
|
* Merge common code into Jitcore_Cc_BaseAjax2016-09-021-0/+124