about summary refs log tree commit diff stats
path: root/miasm2/jitter/jitcore_gcc.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-141/+0
|
* Support python2/python3Fabrice Desclaux2019-03-051-14/+41
|
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-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 -> LocationDBAjax2018-07-031-1/+1
|
* symbol_pool -> loc_dbAjax2018-07-031-1/+1
|
* Jitcore: remove useless strucs and rename for more meaningful namesAjax2018-06-221-5/+5
|
* Jitters: use loc_key instead of names or offset for basic block labelingAjax2018-06-221-3/+2
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-5/+6
|
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
|
* Add Clang possibility using "cc"Ajax2016-09-051-1/+1
|
* Merge common code into Jitcore_Cc_BaseAjax2016-09-021-102/+8
|
* Move Jitcore specifics code into respective classesAjax2016-09-021-11/+11
|
* Jitter: code generator reworkFabrice Desclaux2016-08-301-8/+11
|
* DLclose loaded libraries to free the memory on JiT block deletion eventAjax2016-06-231-2/+7
|
* Jitter: autopepFabrice Desclaux2016-05-101-1/+1
|
* Jitter: cache on blocFabrice Desclaux2016-05-101-24/+47
|
* Jitter/gcc: fit fd leakFabrice Desclaux2016-04-271-1/+2
|
* Jitgcc: clean temporary C filesFabrice Desclaux2016-04-261-1/+1
|
* Jitter: add gcc backendserpilliere2016-04-261-0/+136