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
*
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
|
*
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
|
*
Simplification: add regression test for '>>>', '<<<'
Ajax
2015-11-12
1
-1
/
+4
|
*
Simplifications: '>>>', '<<<' with rounds > size
Ajax
2015-11-12
1
-3
/
+4
|
*
x86/sem: handle count == 0 in `shrd`
Ajax
2015-11-12
1
-17
/
+12
|
*
x86/sem: refactor sar / shr using a common template
Ajax
2015-11-12
1
-34
/
+14
*
|
Merge pull request #263 from serpilliere/fix_module_list
Camille Mougey
2015-11-12
1
-255
/
+299
|
\
\
|
|
/
|
/
|
|
*
Os_dep/win_seh: rename myjit
Fabrice Desclaux
2015-11-12
1
-115
/
+115
[next]