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
/
miasm2
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux fake: __libc_start_main implementation for PPC
Ajax
2018-03-05
1
-8
/
+39
*
Sandbox: on Linux env import, also set the ABORT_ADDR
Ajax
2018-03-05
1
-18
/
+20
*
LLVM: fix rot 0
Fabrice Desclaux
2018-03-05
1
-1
/
+3
*
Jitter/python: support little endian
Fabrice Desclaux
2018-03-04
3
-2
/
+21
*
PPC32: integration
Fabrice Desclaux
2018-03-04
3
-0
/
+15
*
Fix semantics of conditional jumps
Aymeric Vincent
2018-03-02
1
-3
/
+3
*
Add support for PowerPC 32bit big-endian processors: "ppc32b"
Aymeric Vincent
2018-02-26
15
-4
/
+2456
*
Merge pull request #687 from a-vincent/fix-finish-addr
Camille Mougey
2018-02-22
1
-3
/
+3
|
\
|
*
Set CALL_FINISH_ADDR to 0x13371acc to be 4 bytes aligned
Aymeric Vincent
2018-02-22
1
-1
/
+1
|
*
Rename CALL_FINNISH_ADDR to CALL_FINISH_ADDR
Aymeric Vincent
2018-02-22
1
-3
/
+3
*
|
Merge pull request #684 from a-vincent/fix-lib-alignment
serpilliere
2018-02-16
1
-2
/
+2
|
\
\
|
*
|
Align the arbitrary addresses of fake library functions to multiples of 4
Aymeric Vincent
2018-02-16
1
-2
/
+2
|
|
/
*
/
Enforce correct endianness of PLT entries
Aymeric Vincent
2018-02-16
1
-2
/
+7
|
/
*
Merge pull request #683 from commial/refactor/remove-default-exprmem-size
serpilliere
2018-02-15
6
-34
/
+37
|
\
|
*
Remove the default size of ExprMem expressions
Ajax
2018-02-15
6
-33
/
+36
|
*
Complete the #676 by removing the default value in ExprId.__new__
Ajax
2018-02-15
1
-1
/
+1
*
|
Merge pull request #680 from commial/fix-simplifications
serpilliere
2018-02-15
1
-4
/
+17
|
\
\
|
*
|
'simp_propag': avoid computing shifts when the size is too
Ajax
2018-02-15
1
-3
/
+16
|
*
|
simp_compose: ensure the '/' is not rounded to 0, but really equals to
Ajax
2018-02-15
1
-1
/
+1
|
|
/
*
|
Merge pull request #681 from commial/fix/import-z3-on-demand
serpilliere
2018-02-15
1
-1
/
+11
|
\
\
|
*
|
Translator: import 'z3' only when it is really needed
Ajax
2018-02-15
1
-1
/
+11
|
|
/
*
/
Add prototypes for x86_bsr() and x86_bsf()
Aymeric Vincent
2018-02-15
1
-0
/
+2
|
/
*
Update rot simplification, to avoid overflow cases
Ajax
2018-02-14
1
-11
/
+24
*
ExpressionSimplification: Add a verbose mode
Ajax
2018-02-14
1
-0
/
+14
*
'simp_cond_factor' is wrong if << / >> / a>> has more than 2 arguments
Ajax
2018-02-14
1
-1
/
+11
*
A >> X >> Y => A >> (X+Y) ONLY IF X + Y does not overflow
Ajax
2018-02-14
1
-2
/
+7
*
Fix 'simp_op_cond_int' comment
Ajax
2018-02-14
1
-1
/
+1
*
Fix z3 conversion of 'imod' and 'idiv' to follow the Miasm one
Ajax
2018-02-14
1
-2
/
+15
*
Deprecate expr_cmps/expr_cmpu for a more verbose / understandable API
Ajax
2018-02-14
2
-12
/
+11
*
Merge pull request #678 from serpilliere/x86_fix_rcl
Camille Mougey
2018-02-14
13
-168
/
+159
|
\
|
*
X86: remove c_rez/rcl_rez/rcr_rez special operator
Fabrice Desclaux
2018-02-13
6
-136
/
+127
|
*
Jitter: fix exit return code
Fabrice Desclaux
2018-02-13
9
-32
/
+32
*
|
Merge pull request #677 from GAJaloyan/patch-1
serpilliere
2018-02-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
changing index of simplification from 1 to -1 in A op 0 => 0
2018-02-12
1
-1
/
+1
*
|
Merge pull request #675 from serpilliere/fix_aarch64_shift
a-vincent
2018-02-12
4
-9
/
+31
|
\
\
|
*
|
Aarch64: add svc
Fabrice Desclaux
2018-02-09
1
-1
/
+8
|
*
|
Aarch64: add interrupt num & cpu accesses
Fabrice Desclaux
2018-02-09
4
-1
/
+14
|
*
|
Aarch64: remove space
Fabrice Desclaux
2018-02-09
1
-4
/
+3
|
*
|
Aarch64/sem: fix extend_op
Fabrice Desclaux
2018-02-09
1
-3
/
+6
*
|
|
Merge pull request #674 from commial/feature-more-sse
serpilliere
2018-02-10
2
-90
/
+511
|
\
\
\
|
*
|
|
Add EMMS, implemtend as a NOP
Ajax
2018-02-09
2
-0
/
+8
|
*
|
|
Add MASKMOVQ/MASKMOVDQU instruction
Ajax
2018-02-09
2
-1
/
+54
|
*
|
|
Fix PEXTRW 0F C5 form
Ajax
2018-02-09
1
-2
/
+2
|
*
|
|
Add PAVGB/PAVGW instruction
Ajax
2018-02-09
2
-0
/
+22
|
*
|
|
Add PSADBW instruction
Ajax
2018-02-09
2
-0
/
+31
|
*
|
|
Add PMADDWD instruction
Ajax
2018-02-09
2
-0
/
+23
|
*
|
|
Add PMULUDQ instruction
Ajax
2018-02-09
2
-0
/
+27
|
*
|
|
Add PMAXSW instruction
Ajax
2018-02-09
2
-0
/
+6
|
*
|
|
Unify the way PMIN / PMAX works
Ajax
2018-02-09
1
-61
/
+17
|
*
|
|
Add PADDSB/PADDSW instruction
Ajax
2018-02-09
2
-0
/
+22
[next]