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
...
*
JitterPython: init registers with 0 instead of symbol
Ajax
2015-11-17
1
-4
/
+2
*
Symbexec: func_write callback doesn't need anymore last arg
Ajax
2015-11-17
2
-4
/
+3
*
Symbexec: fix parallelism with memory accesses
Ajax
2015-11-17
1
-7
/
+4
*
x86/sem: rewrite xchg with SemBuilder
Ajax
2015-11-17
1
-5
/
+4
*
x86/sem: add cmpxchg8b
Ajax
2015-11-17
1
-0
/
+16
*
SemBuilder: introduce a new notation {a, b} for ExprCompose
Ajax
2015-11-16
1
-0
/
+27
*
SemBuilder: use a local context per function
Ajax
2015-11-16
1
-2
/
+6
*
x86/arch: add cmpxchg8b and cmpxchg16b in disass and tests
Ajax
2015-11-16
1
-0
/
+4
*
x86/sem: fix cmpxchg using a sembuilder
Ajax
2015-11-16
1
-19
/
+17
*
SemBuilder: handle if .. else .. structures
Ajax
2015-11-16
1
-37
/
+46
*
SemBuilder: update `ir.get_next_label` API
Ajax
2015-11-16
1
-1
/
+2
*
SemBuilder: allow alias (re-assignment of a declared var)
Ajax
2015-11-16
1
-0
/
+1
*
x86/sem: 'aad' af is undefined, but must be set to 0
Ajax
2015-11-16
1
-0
/
+1
*
x86/sem: 'aam' af is undefined, but must be set to 0
Ajax
2015-11-16
1
-0
/
+1
*
x86/sem: fix 'aas' factor code with 'aaa'
Ajax
2015-11-16
1
-27
/
+10
*
x86/sem: refactor 'aaa' and fix it
Ajax
2015-11-16
1
-24
/
+16
*
x86/sem: update nzp flags in 'das'
Ajax
2015-11-16
1
-0
/
+1
*
x86/sem: update nzp flags in 'daa'
Ajax
2015-11-16
1
-0
/
+1
*
ModInt: mimic C modulo instead of Python rounded one
Ajax
2015-11-16
1
-2
/
+2
*
ModInt: mimic C division instead of Python rounded one
Ajax
2015-11-16
1
-2
/
+2
*
Simplifications: add cst_propagation for >>>/<<< c_rez
Ajax
2015-11-16
1
-0
/
+33
*
Merge pull request #271 from serpilliere/fix_single_step
Camille Mougey
2015-11-16
3
-2
/
+13
|
\
|
*
Jitter: fix single step
Fabrice Desclaux
2015-11-15
2
-2
/
+7
|
*
Jitter: add reset jitter blocks
Fabrice Desclaux
2015-11-15
1
-0
/
+6
*
|
Merge pull request #270 from serpilliere/fix_win_api
Camille Mougey
2015-11-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Os_dep: fix swastartup
Fabrice Desclaux
2015-11-15
1
-1
/
+1
*
|
Merge pull request #268 from serpilliere/fix_rdtsc
Pierre Lalet
2015-11-15
1
-3
/
+3
|
\
\
|
*
|
Sem/x86: fix rdtsc
Fabrice Desclaux
2015-11-15
1
-3
/
+3
|
|
/
*
/
Jitter/vm_mngr: Clean logs
Fabrice Desclaux
2015-11-15
1
-26
/
+14
|
/
*
Merge pull request #267 from commial/fix-sem-x86
serpilliere
2015-11-14
5
-222
/
+164
|
\
|
*
x86/sem: fix typo (creds @serpilliere)
Ajax
2015-11-13
1
-2
/
+2
|
*
x86/sem: LOOP* should use opmode instead of admode
Ajax
2015-11-13
1
-8
/
+5
|
*
x86/sem: correct AFLAG (special case for dec)
Ajax
2015-11-13
1
-11
/
+11
|
*
x86/sem: fix SHL (handle 0-round case)
Ajax
2015-11-13
1
-13
/
+1
|
*
x86/sem: fix OF calculation for shr
Ajax
2015-11-13
1
-1
/
+1
|
*
x86/sem: fix OF calculation for sar
Ajax
2015-11-13
1
-3
/
+10
|
*
x86/sem: fix rol semantics (handle 0-round case)
Ajax
2015-11-13
1
-10
/
+1
|
*
x86/sem: fix ror semantics (handle 0-round case)
Ajax
2015-11-13
1
-14
/
+12
|
*
x86/TCC: fix rcr/rcl computation
Ajax
2015-11-13
1
-36
/
+26
|
*
x86: >>>/<<< c_cf are no more needed: use c_rez with rotate-1
Ajax
2015-11-13
4
-45
/
+10
|
*
x86/sem: fix overflow flag condition in rotation
Ajax
2015-11-13
1
-2
/
+4
|
*
x86/sem: use _rotate_tpl for RCR
Ajax
2015-11-13
1
-13
/
+4
|
*
x86/TCC: fix a loosed bit of rotate left
Ajax
2015-11-13
1
-3
/
+3
|
*
x86/sem: introduce a template for rotate, handling 0-rotate
Ajax
2015-11-13
1
-10
/
+37
|
*
x86/sem: refactor _shift_tpl
Ajax
2015-11-13
1
-19
/
+14
|
*
x86/sem: fix shld for 'undefined behavior'
Ajax
2015-11-13
1
-6
/
+16
|
*
x86/sem: fix overflow flag for shld
Ajax
2015-11-12
1
-3
/
+4
|
*
x86/sem: use shift_tpl for shld
Ajax
2015-11-12
1
-21
/
+4
|
*
x86/sem: handle overflow flag in shrd
Ajax
2015-11-12
1
-1
/
+3
|
*
x86/sem: emulate overflow 'undefined behavior' for shrd
Ajax
2015-11-12
1
-6
/
+25
[prev]
[next]