index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
/
expression
/
expr_reduce.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
Example: update api
Fabrice Desclaux
1
-5
/
+5
2017-08-07
Ir/SymbExecCTypes: fix c types use with set
Fabrice Desclaux
1
-7
/
+15
2017-08-07
Objc: update api
Fabrice Desclaux
1
-41
/
+79
2017-08-07
Objc: enhance C str types
Fabrice Desclaux
1
-1
/
+7
2017-08-07
Objc: store function arguments'names
Fabrice Desclaux
2
-10
/
+17
2017-08-07
Objc: merge type analyzer and get_access
Fabrice Desclaux
1
-304
/
+108
2017-08-07
Objc: C object are now hashable, immutable, cmp
Fabrice Desclaux
1
-85
/
+104
2017-08-07
Objc: fix__str__
Fabrice Desclaux
1
-23
/
+38
2017-08-07
Objc: add ObjC cmp
Fabrice Desclaux
1
-44
/
+83
2017-08-07
IR/symbexec_types: Clean SymbExecTypes
Fabrice Desclaux
1
-141
/
+28
2017-08-07
ExprReducer: add kwargs arguments for reductions
Fabrice Desclaux
2
-44
/
+57
2017-08-07
Examples: update api
Fabrice Desclaux
2
-5
/
+22
2017-08-07
Objc: any Expr can be typed
Fabrice Desclaux
1
-29
/
+18
2017-08-07
Objc: support multi accesses/types
Fabrice Desclaux
2
-55
/
+66
2017-07-22
Objc: normalize strict_access
Fabrice Desclaux
1
-11
/
+13
2017-07-22
Objc: warn on non defined structures
Fabrice Desclaux
1
-0
/
+19
2017-08-04
TypeMngr: generate name for unnamed structs/unions
Fabrice Desclaux
1
-4
/
+27
2017-08-04
Objc: fix tipo
Fabrice Desclaux
1
-4
/
+4
2017-08-03
A defined 'size' is mandatory for `Expr` to work
Ajax
1
-24
/
+16
2017-08-03
Avoid breaking potential overriding of ExprInt
Ajax
1
-1
/
+1
2017-08-03
Avoid racing ._size assignment in ExprInt
Ajax
1
-3
/
+6
2017-08-03
Remove now useless property
Ajax
1
-8
/
+0
2017-08-03
Expr: move class-dependent attributes to protected one
Ajax
1
-187
/
+187
2017-08-02
fix atomic_mode leak
coco
1
-1
/
+5
2017-08-01
Avoid potential (but unlikely) hash collision
Ajax
1
-2
/
+2
2017-07-27
Asmblock: remove disasm engine job_done attribute
Fabrice Desclaux
6
-24
/
+30
2017-07-25
Jitter: fix shifter macro
Fabrice Desclaux
3
-94
/
+22
2017-07-24
Add null pointer check after realloc
William Bruneau
2
-8
/
+15
2017-07-24
Aarch64: complete DecodeBitMasks test for full branch coverage
Ajax
1
-0
/
+4
2017-07-24
Aarch64: remove useless code
Ajax
1
-11
/
+0
2017-07-24
Aarch64: decode ORR/AND/... imm according to ARM ASL
Ajax
1
-16
/
+206
2017-07-24
x86: fix MOVSD semantic
Ajax
1
-8
/
+12
2017-07-21
Aarch64: mask ROR/ROL result to avoid overflow
Ajax
1
-2
/
+4
2017-07-21
DSE: use registers from the real arch, not the jitter emulated one
Ajax
1
-3
/
+15
2017-07-21
Complete attrib_to_regs with IP/EIP (was present in 64)
Ajax
1
-2
/
+2
2017-07-21
Aarch64: add semantic for BLR
Ajax
1
-0
/
+5
2017-07-21
Add support for multi-ret on cdecl / systemV x86 ABI
Ajax
1
-3
/
+5
2017-07-21
Add support for multi-ret on stdcall / systemV ARM ABI
Ajax
1
-3
/
+5
2017-07-21
Add arch-desc in hash, avoiding multi-arch collision
Ajax
1
-4
/
+6
2017-07-21
Jit: merge duplicate hash code
Ajax
3
-26
/
+15
2017-07-20
Add null pointer check after realloc
William Bruneau
1
-0
/
+10
2017-07-20
Fix typo in /test/core/asmblock.py
William Bruneau
1
-1
/
+1
2017-07-20
Remove unecessary assert
William Bruneau
1
-1
/
+0
2017-07-20
Fix typo
William Bruneau
1
-6
/
+6
2017-07-07
Asmblock: rename bloc
Fabrice Desclaux
18
-40
/
+57
2017-07-07
IR: rename post_add_bloc
Fabrice Desclaux
2
-4
/
+12
2017-07-07
IR: rename add_bloc
Fabrice Desclaux
16
-21
/
+29