about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-04ExprCompose: updt internal structFabrice Desclaux11-286/+174
2016-11-04ExprCompose: update apiFabrice Desclaux6-47/+69
2016-11-04ExprCompose: add new apiFabrice Desclaux17-310/+224
2016-11-04Expression: add picklingFabrice Desclaux1-0/+49
2016-11-04IR: is_simp in the simplifier classFabrice Desclaux2-16/+6
2016-11-04Symbexec: new api for emul_ir_*Fabrice Desclaux6-8/+18
2016-11-04Expression: slot expressionsFabrice Desclaux1-0/+11
2016-11-04Expression: remove is_term attributeserpilliere8-466/+435
2016-11-04Expression: Use singleton pattern for Expressionserpilliere3-108/+168
2016-11-03Machine: fix jit dependenciesFabrice Desclaux1-22/+68
2016-10-14Fix x86 LEA semFabrice Desclaux1-0/+4
2016-10-14Add support for kernel32_LoadLibraryExW in os_dep.win_api_x86_32.pyMaxime Meignan1-2/+10
2016-10-06Expression/IR: Fix mem_read parameter in 'get_r'Caroline Leman2-2/+2
2016-10-04Avoid duplicate -1 caseAjax1-1/+10
2016-10-03Symbexec: Fix intFabrice Desclaux1-1/+1
2016-09-29Os_dep: fix get/set strFabrice Desclaux4-174/+171
2016-09-20Fix cleanning error for depgraph testsAjax1-10/+7
2016-09-16Update int(XX.arg) -> int(XX)Ajax23-123/+123
2016-09-16ExprInt: add shortcut for int, longAjax1-0/+6
2016-09-12Arm: fix bkptserpilliere5-5/+39
2016-09-12Arm: add clz/uxtabserpilliere6-0/+99
2016-09-11Code cleanupserpilliere9-27/+27
2016-09-09Jitter: Fix iterator handlingFabrice Desclaux1-2/+10
2016-09-08Test: fix python executableFabrice Desclaux1-1/+1
2016-09-07Loader/pe: add cname infosFabrice Desclaux2-1/+3
2016-09-07Arch/x86: fix sldtFabrice Desclaux3-4/+8
2016-09-06Jitter/win: cleanFabrice Desclaux1-27/+0
2016-09-06Jitter/win: fix TIB accessesFabrice Desclaux4-11/+12
2016-09-05Add Clang possibility using "cc"Ajax2-5/+7
2016-09-04Jitter/codegen: fix irdst generationserpilliere1-5/+1
2016-09-02Merge common code into Jitcore_Cc_BaseAjax4-202/+149
2016-09-02Move Jitcore specifics code into respective classesAjax2-43/+39
2016-09-02Remove useless codeAjax1-15/+0
2016-09-02x86/sem: add syscallFabrice Desclaux1-0/+8
2016-09-01Enable "python" jitter on AsmUnitTest, except someAjax1-2/+7
2016-09-01Add interrupt_num to JitCore_x86_CPU attributesAjax1-0/+3
2016-09-01Regression test for SEH with a double handlerAjax1-1/+41
2016-09-01Add a regression test for SEH handlingAjax2-0/+67
2016-09-01Handle CPU exception in Jitcore PythonAjax2-6/+8
2016-09-01Add exception_flags attribute to JitCore_CPU_x86 objectAjax1-0/+5
2016-09-01Use a local expr_simp, instead of activating simps on global expr_simpAjax1-3/+7
2016-09-01Make return_from_seh breakpoint compliantAjax1-0/+3
2016-09-01SEH: handle ExceptionContinueSearchAjax1-15/+29
2016-09-01set_win_fs_0: use new APIAjax1-5/+2
2016-09-01Refactor SEH faker to use MemStructsAjax1-58/+35
2016-09-01X86/sem: fix icebpFabrice Desclaux1-1/+1
2016-09-01SEH: add SEH relative structuresAjax1-1/+34
2016-09-01From MSDN, SEH valid values are only 0 and 1Ajax1-3/+8
2016-09-01Useless variable aliasAjax1-3/+2
2016-09-01Add a way to retrieve memory access rightPierre Graux3-0/+48