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
/
translators
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename miasm2 to miasm
Fabrice Desclaux
2019-03-05
7
-1418
/
+0
*
Support python2/python3
Fabrice Desclaux
2019-03-05
6
-44
/
+70
*
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
*
Rename idiv/imod into sdiv/smod
Fabrice Desclaux
2019-01-15
3
-8
/
+8
*
Fix typos & add codespell
Pierre LALET
2018-12-23
2
-5
/
+5
*
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
5
-6
/
+6
|
/
*
Expresion: use ExprAssign instead of ExprAff
Fabrice Desclaux
2018-10-01
6
-10
/
+10
*
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
3
-16
/
+12
*
Symbexec: Use simplifier with high level in symbexec
Fabrice Desclaux
2018-08-06
1
-0
/
+6
*
Translator/C: add zero/sign extend
Fabrice Desclaux
2018-08-06
1
-1
/
+23
*
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
*
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
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
3
-15
/
+5
*
symbol_pool -> loc_db
Ajax
2018-07-03
3
-17
/
+16
*
Jitters: use loc_key instead of names or offset for basic block labeling
Ajax
2018-06-22
1
-3
/
+2
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
3
-28
/
+14
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
5
-35
/
+122
*
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
*
Jitter: fix FPU C functions names
Fabrice Desclaux
2018-05-09
1
-4
/
+8
*
Translator: import 'z3' only when it is really needed
Ajax
2018-02-15
1
-1
/
+11
*
Fix z3 conversion of 'imod' and 'idiv' to follow the Miasm one
Ajax
2018-02-14
1
-2
/
+15
*
X86: remove c_rez/rcl_rez/rcr_rez special operator
Fabrice Desclaux
2018-02-13
1
-12
/
+11
*
Jitter: fix shifter macro
Fabrice Desclaux
2017-07-25
1
-4
/
+4
*
Translator: add rol/ror for python
Fabrice Desclaux
2017-05-09
1
-0
/
+14
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
3
-4
/
+4
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
3
-5
/
+5
*
Homogenize x86_bsf/r API with rcl/rcr_rez_op API
Ajax
2017-01-04
1
-3
/
+3
*
ExprCompose: updt internal struct
Fabrice Desclaux
2016-11-04
5
-18
/
+13
*
ExprCompose: add new api
Fabrice Desclaux
2016-11-04
1
-3
/
+3
*
Update int(XX.arg) -> int(XX)
Ajax
2016-09-16
1
-1
/
+1
*
Arm: add clz/uxtab
serpilliere
2016-09-12
1
-0
/
+3
*
Explicitly compare expression to None.
Shane Huntley
2016-07-10
1
-1
/
+1
*
Merge pull request #334 from mrphrazer/fix_smt2translator
serpilliere
2016-03-15
2
-1
/
+7
|
\
|
*
translator: fixed init of smt2 translator
Tim Blazytko
2016-03-13
1
-0
/
+1
[next]