about summary refs log tree commit diff stats
path: root/example/expression/basic_op.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-21Example: add irblock simplification exampleFabrice Desclaux3-5/+36
2017-04-21Graph: add discard_edgeFabrice Desclaux1-0/+5
2017-04-21Ir: Add ir graph helpersFabrice Desclaux2-30/+142
2017-04-21Expression: remove unused SearchExprFabrice Desclaux1-14/+0
2017-04-21Expression: clean MatchExprFabrice Desclaux1-51/+45
2017-04-21set breakpoint handler in ntdll_LdrGetProcedureAddress()Aymeric Vincent1-0/+1
2017-04-20Fix wrong add_memory_page docstringAjax1-1/+1
2017-04-20Add regression test for AssignBlockAjax2-0/+47
2017-04-20AssignBlock: add simplification facilityAjax1-0/+12
2017-04-20AssignBlock: add a few commentAjax1-1/+13
2017-04-20IRBlock: move lines in AssignBlockFabrice Desclaux14-63/+61
2017-04-20Ir: clean codeFabrice Desclaux1-52/+51
2017-04-20