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
/
graph_dataflow.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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