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: sti priv instr
Fabrice Desclaux
2015-12-04
1
-1
/
+0
*
Jitter: fix cst exceptions
Fabrice Desclaux
2015-12-04
2
-4
/
+4
*
Merge pull request #283 from a-vincent/bad-pointer-casts
serpilliere
2015-11-23
4
-12
/
+16
|
\
|
*
Squelch a couple of warnings on 32 bit architectures with respect to
Aymeric Vincent
2015-11-23
2
-2
/
+2
|
*
When parsing a 64 bit integer, make sure we have enough room to store it.
Aymeric Vincent
2015-11-23
2
-10
/
+14
|
/
*
Merge pull request #281 from serpilliere/fix_winapi
Pierre Lalet
2015-11-22
1
-7
/
+15
|
\
|
*
Os_dep/win: multiple fix
Fabrice Desclaux
2015-11-22
1
-7
/
+15
*
|
Merge pull request #282 from serpilliere/fix_exprop
Pierre Lalet
2015-11-22
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Expression: repr cpuid op
Fabrice Desclaux
2015-11-22
1
-0
/
+1
|
/
*
Merge pull request #279 from commial/fix-x86-misc
serpilliere
2015-11-18
2
-14
/
+30
|
\
|
*
TestALL: add a new tag 'qemu', avoiding QEMU tests
Ajax
2015-11-17
1
-0
/
+3
|
*
QEMU/test: enable 'test_misc' for both python and TCC
Ajax
2015-11-17
1
-2
/
+2
|
*
x86/sem: add 'iret[d]' user-land
Ajax
2015-11-17
1
-0
/
+14
|
*
x86/sem: template eflags assignment from a source
Ajax
2015-11-17
1
-12
/
+11
|
/
*
Merge pull request #278 from commial/fix-x86-string
serpilliere
2015-11-17
3
-82
/
+81
|
\
|
*
Test/QEMU: enable 'test_string' for both python and TCC
Ajax
2015-11-17
1
-1
/
+2
|
*
x86/sem: fix cmps comparison
Ajax
2015-11-17
1
-3
/
+1
|
*
Qemu/test: update expected output for test_string
Ajax
2015-11-17
1
-78
/
+78
|
/
*
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
|
\
[next]