about summary refs log tree commit diff stats
path: root/example/expression/get_read_write.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-07Ir/SymbExecCTypes: fix c types use with setFabrice Desclaux1-7/+15
2017-08-07Objc: update apiFabrice Desclaux1-41/+79
2017-08-07Objc: enhance C str typesFabrice Desclaux1-1/+7
2017-08-07Objc: store function arguments'namesFabrice Desclaux2-10/+17
2017-08-07Objc: merge type analyzer and get_accessFabrice Desclaux1-304/+108
2017-08-07Objc: C object are now hashable, immutable, cmpFabrice Desclaux1-85/+104
2017-08-07Objc: fix__str__Fabrice Desclaux1-23/+38
2017-08-07Objc: add ObjC cmpFabrice Desclaux1-44/+83
2017-08-07IR/symbexec_types: Clean SymbExecTypesFabrice Desclaux1-141/+28
2017-08-07ExprReducer: add kwargs arguments for reductionsFabrice Desclaux2-44/+57
2017-08-07Examples: update apiFabrice Desclaux2-5/+22
2017-08-07Objc: any Expr can be typedFabrice Desclaux1-29/+18
2017-08-07Objc: support multi accesses/typesFabrice Desclaux2-55/+66
2017-07-22Objc: normalize strict_accessFabrice Desclaux1-11/+13
2017-07-22Objc: warn on non defined structuresFabrice Desclaux1-0/+19
2017-08-04TypeMngr: generate name for unnamed structs/unionsFabrice Desclaux1-4/+27
2017-08-04Objc: fix tipoFabrice Desclaux1-4/+4
2017-08-03A defined 'size' is mandatory for `Expr` to workAjax1-24/+16
2017-08-03Avoid breaking potential overriding of ExprIntAjax1-1/+1
2017-08-03Avoid racing ._size assignment in ExprIntAjax1-3/+6
2017-08-03Remove now useless propertyAjax1-8/+0
2017-08-03Expr: move class-dependent attributes to protected oneAjax1-187/+187
2017-08-02fix atomic_mode leakcoco1-1/+5
2017-08-01Avoid potential (but unlikely) hash collisionAjax1-2/+2
2017-07-27Asmblock: remove disasm engine job_done attributeFabrice Desclaux6-24/+30
2017-07-25Jitter: fix shifter macroFabrice Desclaux3-94/+22
2017-07-24Add null pointer check after reallocWilliam Bruneau2-8/+15
2017-07-24Aarch64: complete DecodeBitMasks test for full branch coverageAjax1-0/+4
2017-07-24Aarch64: remove useless codeAjax1-11/+0
2017-07-24Aarch64: decode ORR/AND/... imm according to ARM ASLAjax1-16/+206
2017-07-24x86: fix MOVSD semanticAjax1-8/+12
2017-07-21Aarch64: mask ROR/ROL result to avoid overflowAjax1-2/+4
2017-07-21DSE: use registers from the real arch, not the jitter emulated oneAjax1-3/+15
2017-07-21Complete attrib_to_regs with IP/EIP (was present in 64)Ajax1-2/+2
2017-07-21Aarch64: add semantic for BLRAjax1-0/+5
2017-07-21Add support for multi-ret on cdecl / systemV x86 ABIAjax1-3/+5
2017-07-21Add support for multi-ret on stdcall / systemV ARM ABIAjax1-3/+5
2017-07-21Add arch-desc in hash, avoiding multi-arch collisionAjax1-4/+6
2017-07-21Jit: merge duplicate hash codeAjax3-26/+15
2017-07-20Add null pointer check after reallocWilliam Bruneau1-0/+10
2017-07-20Fix typo in /test/core/asmblock.pyWilliam Bruneau1-1/+1
2017-07-20Remove unecessary assertWilliam Bruneau1-1/+0
2017-07-20Fix typoWilliam Bruneau1-6/+6
2017-07-07Asmblock: rename blocFabrice Desclaux18-40/+57
2017-07-07IR: rename post_add_blocFabrice Desclaux2-4/+12
2017-07-07IR: rename add_blocFabrice Desclaux16-21/+29
2017-07-07IR: rename get_blocFabrice Desclaux5-6/