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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #277 from commial/fix-x86-xchg
serpilliere
2015-11-17
9
-136
/
+213
|
\
|
*
Semantic: instr.mode doesn't stand for ir.IRDst.size
Ajax
2015-11-17
2
-60
/
+60
|
*
TestALL: enable QEMU test_xchg for python / tcc
Ajax
2015-11-17
1
-1
/
+2
|
*
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
|
*
TestQEMU: workaround/hack for displaying extended hex
Ajax
2015-11-17
1
-0
/
+6
|
*
x86/sem: add cmpxchg8b
Ajax
2015-11-17
1
-0
/
+16
|
*
Sembuilder: update regression test
Ajax
2015-11-17
1
-1
/
+10
|
*
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
2
-0
/
+12
|
*
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
|
/
*
Merge pull request #275 from commial/fix-x86-bcd
serpilliere
2015-11-16
2
-50
/
+30
|
\
|
*
Test: enable QEMU tests for "bcd"
Ajax
2015-11-16
1
-1
/
+2
|
*
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
|
/
*
Merge pull request #274 from commial/test-qemu
serpilliere
2015-11-16
44
-0
/
+5005
|
\
|
*
Test/QEMU: emulate puts, enabling test_self_modifying_code
Ajax
2015-11-16
2
-1
/
+18
|
*
Test/QEMU: test the python jitter too
Ajax
2015-11-16
1
-15
/
+48
|
*
Test/TestALL: add QEMU tests
Ajax
2015-11-16
1
-0
/
+32
|
*
Test/Qemu: add an emulator for test-i386 and expected outputs
Ajax
2015-11-16
42
-0
/
+4923
|
*
Tests: add the "test-i386" regression test from QEMU
Ajax
2015-11-16
1
-0
/
+0
|
/
*
Merge pull request #273 from commial/fix-python-emul
serpilliere
2015-11-16
3
-4
/
+56
|
\
|
*
ModInt: mimic C modulo instead of Python rounded one
Ajax
2015-11-16
2
-2
/
+5
|
*
ModInt: mimic C division instead of Python rounded one
Ajax
2015-11-16
2
-2
/
+4
|
*
Simplifications: add cst_propagation for >>>/<<< c_rez
Ajax
2015-11-16
2
-0
/
+47
|
/
*
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
|
|
/
*
|
Merge pull request #269 from serpilliere/fix_dup_page_dbg
Pierre Lalet
2015-11-15
1
-26
/
+14
|
\
\
|
|
/
|
/
|
|
*
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
6
-223
/
+168
|
\
|
*
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
[next]