about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-11Example: updt elfesteem apiFabrice Desclaux1-1/+1
2016-07-10Explicitly compare expression to None.Shane Huntley1-1/+1
2016-06-30Jitter: fix read on multiple pagesserpilliere1-1/+1
2016-06-29Add ** (pow) operatorJB Cayrou4-2/+9
2016-06-29Fix ExprOp_inf_signed + unit tests #385JB Cayrou2-4/+10
2016-06-24Win_api: infoFabrice Desclaux1-26/+18
2016-06-23Handle exceptions due to breakpoint side effectsAjax1-1/+6
2016-06-23Allow breakpoints to act as generatorAjax1-1/+7
2016-06-23Repercut EIP modification to PC (as 64 bits)Ajax1-1/+1
2016-06-23DLclose loaded libraries to free the memory on JiT block deletion eventAjax1-2/+7
2016-06-23VM: fix function declarationFabrice Desclaux1-0/+1
2016-06-23Jitter: mini sehFabrice Desclaux1-6