about summary refs log tree commit diff stats
path: root/example/expression/get_read_write.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-06Add a tracer exampleAjax2-0/+60
2017-02-06JitCorePython: avoid dirty hack for symbexec modificationAjax1-2/+4
2017-02-03X86: add pslldqFabrice Desclaux2-0/+13
2017-02-03X86: fix rex_r in reg argsFabrice Desclaux2-3/+30
2017-02-02Add SSTIC referencesAjax1-0/+3
2017-02-02Update external references to MiasmAjax1-0/+20
2017-02-02Add regression test for CPUID supportAjax2-0/+22
2017-02-02Clarify symbexec:get_mem_stateAjax1-33/+24
2017-02-02Apply func_read in case of splitted memory accessesAjax1-3/+8
2017-02-02Add support for 'cpuid' in EmulatedsymbexecAjax1-1/+26
2017-01-29Add reference to R2M2Ajax1-1/+2
2017-01-26Duplicated WZR definitionGuillaume Valadon1-2/+2
2017-01-24Let x86 'pre_add_instr' be the default behaviorAjax6-89/+15
2017-01-23Fix the version of LLVMLiteAjax1-1/+1
2017-01-14Add a only-tags option for test_allAjax2-31/+51
2017-01-14VmMngr: add API documentationFabrice Desclaux1-33/+39
2017-01-13Expr: test that repr permit instanciationAjax1-0/+14
2017-01-13Fix ExprInt repr to include sizeAjax1-1/+2
2017-01-13Modint: add tests for big intAjax1-0/+9
2017-01-13Div: fix modint operationAjax2-7/+15
2017-01-13VmMngr: remove unused functionsFabrice Desclaux3-38/+0
2017-01-12Jit: update example max execFabrice Desclaux1-16/+15
2017-01-12Jitter: fix max exec self loopFabrice Desclaux2-18/+44
2017-01-12Example: add raw disasm to full.pyFabrice Desclaux1-2/+9
2017-01-09CC: declare parity as a macro to avoid function callsAjax2-7/+1
2017-01-09LLVM: use llvm.ctpop for 'parity' operationAjax1-5/+15
2017-01-09DepGraph: Add emul regression testsFabrice Desclaux4-0/+13
2017-01-09DepGraph: fix emulationFabrice Desclaux1-18/+30
2017-01-06x86: IRA don't stack retaddr in default call modelFabrice Desclaux1-31/+8
2017-01-06IR: Split addbloc codeFabrice Desclaux1-23/+68
2017-01-06IR: Call_effects API modificationFabrice Desclaux6-9/+14
2017-01-06Test/jitter for each jitter engineAjax4-11/+9
2017-01-06Add a test for jit_maxline optionAjax1-0/+22
2017-01-06Add a test for max_exec_per_call optionAjax2-0/+82
2017-01-05Remove useless jit_call wrapperAjax2-14/+5
2017-01-05Jitter: avoid getting all gpregs, just for one valueAjax1-1/+1
2017-01-05Jitter: remove useless VmMngr argumentAjax3-11/+10
2017-01-05LLVM: handle max_exec_per_call optionAjax2-11/+21
2017-01-05LLVM: get rid of vm_mngr argumentAjax2-4/+6
2017-01-05LLVM: enable final object cachingAjax2-22/+111
2017-01-05make this one executable, it's probably the most used toplevel executableAymeric Vincent1-0/+2
2017-01-05these files are not top level executables, adaptAymeric Vincent3-24/+0
2017-01-05use python2 as executable name, give adequate permissionsAymeric Vincent37-37/+47
2017-01-05remove #! command line on files not supposed to be run at top levelAymeric Vincent32-32/+0
2017-01-05fix permissionsAymeric Vincent1-0/+0
2017-01-05LLVM: avoid going back to Python while next block are already jittedAjax2-7/+34
2017-01-05x86 BT*: include shift inside addr computation (segm case)Ajax1-1/+8
2017-01-05x86 sem: fix a type mismatchAjax1-1/+3
2017-01-05LLVM: add support for cpuid operationAjax1-0/+4
2017-01-05Enable mn_float unit test for LLVMAjax1-1/+1