index
:
focaccia-miasm
this commit
ck/aarch64-ldapur
ck/movpd
ck/x86-movq
ck/x86-vmovdqu
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
ta/x86-xgetbv
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
/
miasm2
/
ir
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename miasm2 to miasm
Fabrice Desclaux
2019-03-05
13
-3937
/
+0
*
Support python2/python3
Fabrice Desclaux
2019-03-05
10
-137
/
+178
*
Symbexec: fix contain use
Fabrice Desclaux
2019-02-12
1
-28
/
+0
*
Remove old api support
Fabrice Desclaux
2019-02-12
3
-144
/
+5
*
Translator/z3: fix tipo in z3 cmp operators
Fabrice Desclaux
2019-02-08
1
-2
/
+2
*
Jitter: support high level flags
Fabrice Desclaux
2019-01-27
1
-9
/
+56
*
Fix bad english
Fabrice Desclaux
2019-01-17
3
-3
/
+3
*
Rename idiv/imod into sdiv/smod
Fabrice Desclaux
2019-01-15
3
-8
/
+8
*
Fix typos & add codespell
Pierre LALET
2018-12-23
6
-16
/
+16
*
Merge pull request #879 from w4kfu/mov_assignexpr_rot_shift
serpilliere
2018-11-10
1
-1
/
+1
|
\
|
*
fix TypeError in C translator
w4kfu
2018-11-10
1
-1
/
+1
*
|
Merge pull request #864 from serpilliere/fix_hl_op
Camille Mougey
2018-11-09
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Support high level operators in z3 translator
Fabrice Desclaux
2018-10-09
1
-0
/
+30
*
|
Expression: replace arg by ptr in ExprMem
Fabrice Desclaux
2018-10-12
7
-20
/
+20
|
/
*
Expresion: use ExprAssign instead of ExprAff
Fabrice Desclaux
2018-10-01
8
-18
/
+18
*
Add support for more FP operations, expand fxam
Ajax
2018-09-03
1
-3
/
+10
*
Merge pull request #829 from serpilliere/fix_float
Camille Mougey
2018-08-30
1
-13
/
+7
|
\
|
*
X86: fix float
Fabrice Desclaux
2018-08-29
1
-13
/
+7
*
|
Expr: use TOK define instead of strings
Fabrice Desclaux
2018-08-29
1
-2
/
+3
|
/
*
Code cleaning: lgtm.com
Fabrice Desclaux
2018-08-23
5
-18
/
+17
*
IR: fix assignblk eq
Fabrice Desclaux
2018-08-13
1
-1
/
+1
*
Canonicalize before returning the base ptr (avoid ((a + b) + c))
Fabrice Desclaux
2018-08-07
1
-1
/
+1
*
Symbexec: Use simplifier with high level in symbexec
Fabrice Desclaux
2018-08-06
2
-8
/
+14
*
IR: simplify block cb
Fabrice Desclaux
2018-08-06
1
-0
/
+15
*
Translator/C: add zero/sign extend
Fabrice Desclaux
2018-08-06
1
-1
/
+23
*
IR/Analysis: call_effects can add extra blocks
Fabrice Desclaux
2018-07-18
1
-8
/
+19
*
TranslatorC: use unsigned long long int in 64 bits
Ajax
2018-07-16
1
-1
/
+4
*
Jitter: use bignum
Fabrice Desclaux
2018-07-13
1
-101
/
+271
*
Merge pull request #795 from commial/features/better-float-sse
serpilliere
2018-07-10
1
-9
/
+63
|
\
|
*
Add the new float ops support for the C jitter
Ajax
2018-07-10
1
-7
/
+61
|
*
TranslatorC: for uncommon size, use at least uint8
Ajax
2018-07-10
1
-2
/
+2
*
|
IR: rename DiGraphIR=>IRCFG
Fabrice Desclaux
2018-07-10
1
-10
/
+21
*
|
IR: move simplification from ir to data_flow
Fabrice Desclaux
2018-07-10
1
-133
/
+15
|
/
*
IR: pretty print irblocs
Fabrice Desclaux
2018-07-05
1
-16
/
+42
*
IR: gen ircfg from ir_arch
Fabrice Desclaux
2018-07-05
5
-114
/
+121
*
IR: split ir/digraph
Fabrice Desclaux
2018-07-05
1
-255
/
+253
*
IR: remove default regs_init for symbexec
Fabrice Desclaux
2018-07-05
2
-8
/
+23
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
6
-29
/
+28
*
symbol_pool -> loc_db
Ajax
2018-07-03
6
-41
/
+45
*
Jitters: use loc_key instead of names or offset for basic block labeling
Ajax
2018-06-22
1
-3
/
+2
*
Example/ida: use addr to guess arch
Fabrice Desclaux
2018-06-19
1
-9
/
+1
*
AsmBlock: remove symbol_pool in add_cst
Fabrice Desclaux
2018-06-10
1
-1
/
+1
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
6
-151
/
+140
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
7
-84
/
+238
*
Add support for 128 bits operations in VmMngr and GCC outputs
Ajax
2018-05-17
1
-28
/
+63
*
MSP430: remove duplicate or unused operations implem
Ajax
2018-05-16
1
-3
/
+0
*
ARM 'clz' op is actually 'cntleadzeros', replace it
Ajax
2018-05-16
1
-3
/
+0
*
udiv/umod/idiv/imod: remove unused 'vmcpu' argument
Ajax
2018-05-16
1
-4
/
+4
*
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Ajax
2018-05-15
1
-1
/
+1
*
Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0
Ajax
2018-05-15
3
-12
/
+14
[next]