about summary refs log tree commit diff stats
path: root/miasm2/jitter/op_semantics.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-749/+0
|
* Rename idiv/imod into sdiv/smodFabrice Desclaux2019-01-151-9/+9
|
* change return type of cntleadzeros to uint64_tw4kfu2018-11-131-3/+3
|
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add support for more FP operations, expand fxamAjax2018-09-031-96/+6
|
* X86: fix floatFabrice Desclaux2018-08-291-8/+2
|
* CPUID: add suport for more cpuid leavesAjax2018-07-191-6/+54
| | | | CPUID is set to let Miasm run libc with supported instruction
* Jitter: use bignumFabrice Desclaux2018-07-131-4/+4
|
* Add the new float ops support for the C jitterAjax2018-07-101-113/+114
|
* Add support for 128 bits udiv/umod/idiv/imod operations for CC jittersAjax2018-05-161-0/+4
|
* Move umod/udiv/imod/idiv operations to op_semanticsAjax2018-05-161-0/+16
|
* Rename x86 specific op 'cpuid' to 'x86_cpuid'Ajax2018-05-151-3/+3
|
* Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'Ajax2018-05-151-0/+776