about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-21Win_API: Temporary fix for ids in 64 bitsFabrice Desclaux1-3/+3
2019-11-20Expr: ret ExprLoc on cst_readFabrice Desclaux1-1/+4
2019-11-19Add missing addrsizeFabrice Desclaux2-0/+2
2019-11-19Asmblock: disasm can complete asmcfgFabrice Desclaux1-2/+3
2019-11-19Simplifications: add regression testFabrice Desclaux1-0/+7
2019-11-18Fix semantics of REP prefix.Aymeric Vincent1-1/+1
2019-11-18Fix dot 'w' openFabrice Desclaux1-1/+1
2019-11-16sembuilder: more compatible way to construct AST moduleZheng Luo1-4/+5
2019-11-14Jitter/llvm: Fix llvm Memory lookup cacheFabrice Desclaux1-1/+3
2019-11-13Jitter/Windows: less verbose exceptionsFabrice Desclaux1-12/+12
2019-11-12Fix z3 importFabrice Desclaux3-3/+3
2019-11-12Clear get_str_* APIFabrice Desclaux17-280/+393
2019-10-31Aarch64: add ldarbFabrice Desclaux3-1/+5
2019-10-31Remove non working/useless api from ircfgFabrice Desclaux1-10/+0
2019-10-23doc: moved the "what" at the topMartin Monperrus1-18/+18
2019-10-19Adds a forgotten importMaxime Meignan1-1/+1
2019-10-17Loader: avoid None dst_ad in lib_imp2dstadWilliam Bruneau1-1/+2
2019-10-17Fix python2/python3 bytes manipulationFabrice Desclaux1-1/+1
2019-10-17X86/sem: fix tipo during python2/3 updtFabrice Desclaux1-5/+5
2019-10-16Jitter: remove Clang warningsWilliam Bruneau1-2/+0
2019-10-16Jitter: remove unused macroWilliam Bruneau1-1/+0
2019-10-16Jitter: fix compilation on androidWilliam Bruneau1-0/+4
2019-10-16Avoid deprecation warningWilliam Bruneau1-2/+2
2019-10-09Fix IDA depgraph exampleWilliam Bruneau1-3/+4
2019-10-06arch: x86: add translation from roundsd to IRZheng Luo1-0/+31
2019-10-06arch: x86: add roundsd decoderZheng Luo1-0/+4
2019-10-06arch: x86: make UD2 break control flowZheng Luo1-1/+1
2019-09-30fix int 1 handlingLouis6-2/+19
2019-09-25Add a few PPC32 testsAymeric Vincent3-0/+248
2019-09-25add "ba" to the list; allows PPC tests to pass the codespell spellAymeric Vincent1-0/+1
2019-09-24modify CreateFile to open file in binary-modestanislas1-2/+2
2019-09-22Fix get_str_ansi: return strFabrice Desclaux10-57/+51
2019-09-22Fix bytes dllnameFabrice Desclaux5-10/+19
2019-09-21Add miasm logoFabrice Desclaux2-0/+5
2019-09-20Codespell: add excetion 'blocs' to keep API unchangedWilliam Bruneau1-0/+1
2019-09-20Codespell: fix some spelling mistakesWilliam Bruneau13-34/+34
2019-09-20Loader: add exception in vm2pe for PC < image baseWilliam Bruneau1-1/+4
2019-08-29Travis: llvm-toolchain-trusty-6.0 to llvm-toolchain-xenial-6.0William Bruneau1-1/+1
2019-08-08Fix str/bytes handling in pe loaderCaroline Leman1-3/+3
2019-08-01Objc: support segm opWilliam Bruneau1-1/+2
2019-07-26Fix example/ida/menu.py for IDA >= 7.1William Bruneau1-0/+2
2019-06-28test: mem_breakpoint.py as a sample of memory breakpoints and its handlers. (...idl3r2-0/+83
2019-06-17fix typo in msp430's sem.pyNinjananas1-1/+1
2019-06-13Add extended tests in travisAjax1-1/+6
2019-05-27Expression: add p3 orderingFabrice Desclaux1-0/+5
2019-05-23Replace macOS bundles by dylibsHugo Porcher1-0/+13
2019-05-23Fix endianness for macOSHugo Porcher1-4/+2
2019-05-18Fix tipoFabrice Desclaux9-9/+11
2019-05-17Remove get_mem and set_mem from JitCpuWilliam Bruneau11-303/+6
2019-05-15Fix compilationWilliam Bruneau12-14/+21