about summary refs log tree commit diff stats
path: root/example/expression/access_c.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-09Ida/Example: fix symbexec pluginFabrice Desclaux1-10/+77
2018-01-05Example/IDA: update IR string outputFabrice Desclaux1-49/+69
2017-12-30X86: fix rdmsr/wrmsr semanticFabrice Desclaux1-11/+5
2017-12-30X86: add mfence/sfence/prefetchFabrice Desclaux3-0/+41
2017-12-23PE: fix export forward testFabrice Desclaux1-13/+24
2017-12-15Remove unused sandbox optionWilliam Bruneau1-2/+0
2017-12-12update tests to use the new spacing of expressions' str()Aymeric Vincent2-257/+257
2017-12-12Remove some unnecessary parentheses when str()'ing expressionsAymeric Vincent1-16/+46
2017-12-11Travis: switch to llvm-5.0 for LLVMLite 0.21Ajax1-4/+4
2017-11-28Update llvmlite install on travisAjax1-8/+7
2017-11-24Update to new llvmlite way to get globalsAjax1-2/+2
2017-11-07x86: fix rep ecxFabrice Desclaux1-1/+3
2017-10-31Various Win32 API additions/fixes (#616)Adrien Guinet7-29/+433
2017-10-18DiGraph: fixed node order in natural loop backedgesTim Blazytko2-3/+3
2017-10-05Remove a dev-TODO (thanks @WilliamBruneau)Ajax1-1/+1
2017-10-04Update README.md_Frky1-1/+1
2017-10-03Objc: missing pure int checkFabrice Desclaux1-0/+2
2017-10-03Ctypes: allow analysis on incomplete graphsFabrice Desclaux2-4/+10
2017-09-24Armt: add instr nop/cps/wfiFabrice Desclaux2-0/+45
2017-09-24Armt: fix bl bad dstFabrice Desclaux1-0/+2
2017-09-07Example/ida: fix size issueFabrice Desclaux1-17/+15
2017-09-06Test/DSE: producted file is already deleted by the exampleAjax1-1/+0
2017-09-06DSE: avoid using the same test.txt file in test, allowing parallelismAjax2-5/+14
2017-09-05Test DSE examples with several strategiesAjax1-4/