about summary refs log tree commit diff stats
path: root/miasm2/jitter/emulatedsymbexec.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove old api supportFabrice Desclaux2019-02-121-6/+3
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-2/+2
* Func_read can be called with a non ExprInt exprFabrice Desclaux2018-08-071-1/+4
* Rename x86 specific op 'cpuid' to 'x86_cpuid'Ajax2018-05-151-6/+6
* Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'Ajax2018-05-151-1/+1
* Jitter/python: support little endianFabrice Desclaux2018-03-041-2/+7
* Symbexec: fix expr lookupFabrice Desclaux2017-06-141-1/+5
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-131-2/+2
* Jitter: remove useless segm truncFabrice Desclaux2017-02-121-4/+2
* Add support for 'cpuid' in EmulatedsymbexecAjax2017-02-021-1/+26
* Update int(XX.arg) -> int(XX)Ajax2016-09-161-1/+1
* Jitter: fix python jitFabrice Desclaux2016-08-311-1/+4
* Python jitter: enable segmentation supportAjax2016-04-261-0/+19
* Extract EmulatedSymbExec from JitCore_PythonAjax2016-02-161-0/+83