about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-18Win_api: updt time functionsFabrice Desclaux1-23/+66
2017-08-18Win_api: fix access_dictFabrice Desclaux1-64/+16
2017-08-16X86/sem: add smswFabrice Desclaux1-2/+20
2017-08-14Example/ctype: fix propagation on mem writeFabrice Desclaux1-1/+3
2017-08-10README: pycparser min versionFabrice Desclaux1-1/+1
2017-08-10Simplifications: add regression testsFabrice Desclaux1-0/+4
2017-08-10Expression/Simplifications: modify x?b:c + dFabrice Desclaux1-15/+21
2017-08-10Expression/Simplifications: clean codeFabrice Desclaux1-279/+269
2017-08-10Simplifications: ExprMem(a?b:c) and {x?a:b, x?c:d}Fabrice Desclaux2-31/+28
2017-08-09Aarch64: missing dstflow instrFabrice Desclaux1-1/+1
2017-08-09Example: add constant expression propagationFabrice Desclaux22-2/+442
2017-08-08Symbexec: add get_blockFabrice Desclaux4-36/+22
2017-08-08Example: add ctype_propagationFabrice Desclaux2-20/+211
2017-08-08SymbexecTypes: fix mergeFabrice Desclaux1-4/+3
2017-08-08Objc: return accesses setFabrice Desclaux2-59/+50
2017-08-08Objc: hash, eq for CGenFabrice Desclaux1-28/+116
2017-08-08Objc: add regression testFabrice Desclaux2-0/+555
2017-08-08Example: update apiFabrice Desclaux4-86/+96
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-07Aarch64: add adr semanticFabrice Desclaux1-0/+5
2017-08-07Objc: any Expr can be typedFabrice Desclaux1-29/+18
2017-08-07Objc: support multi accesses/typesFabrice Desclaux2-55/+66
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-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