about summary refs log tree commit diff stats
path: root/miasm2/jitter/arch/JitCore_ppc32.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-24/+0
|
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-1/+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
* Move umod/udiv/imod/idiv operations to op_semanticsAjax2018-05-161-5/+0
|
* udiv/umod/idiv/imod: remove unused 'vmcpu' argumentAjax2018-05-161-4/+4
|
* Add support for PowerPC 32bit big-endian processors: "ppc32b"Aymeric Vincent2018-02-261-0/+24