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
/
example
/
expression
/
expr_grapher.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-17
Semantic: instr.mode doesn't stand for ir.IRDst.size
Ajax
2
-60
/
+60
2015-11-17
TestALL: enable QEMU test_xchg for python / tcc
Ajax
1
-1
/
+2
2015-11-17
JitterPython: init registers with 0 instead of symbol
Ajax
1
-4
/
+2
2015-11-17
Symbexec: func_write callback doesn't need anymore last arg
Ajax
2
-4
/
+3
2015-11-17
Symbexec: fix parallelism with memory accesses
Ajax
1
-7
/
+4
2015-11-17
x86/sem: rewrite xchg with SemBuilder
Ajax
1
-5
/
+4
2015-11-17
TestQEMU: workaround/hack for displaying extended hex
Ajax
1
-0
/
+6
2015-11-17
x86/sem: add cmpxchg8b
Ajax
1
-0
/
+16
2015-11-17
Sembuilder: update regression test
Ajax
1
-1
/
+10
2015-11-16
SemBuilder: introduce a new notation {a, b} for ExprCompose
Ajax
1
-0
/
+27
2015-11-16
SemBuilder: use a local context per function
Ajax
1
-2
/
+6
2015-11-16
x86/arch: add cmpxchg8b and cmpxchg16b in disass and tests
Ajax
2
-0
/
+12
2015-11-16
x86/sem: fix cmpxchg using a sembuilder
Ajax
1
-19
/
+17
2015-11-16
SemBuilder: handle if .. else .. structures
Ajax
1
-37
/
+46
2015-11-16
SemBuilder: update `ir.get_next_label` API
Ajax
1
-1
/
+2
2015-11-16
SemBuilder: allow alias (re-assignment of a declared var)
Ajax
1
-0
/
+1
2015-11-16
Test: enable QEMU tests for "bcd"
Ajax
1
-1
/
+2
2015-11-16
x86/sem: 'aad' af is undefined, but must be set to 0
Ajax
1
-0
/
+1
2015-11-16
x86/sem: 'aam' af is undefined, but must be set to 0
Ajax
1
-0
/
+1
2015-11-16
x86/sem: fix 'aas' factor code with 'aaa'
Ajax
1
-27
/
+10
2015-11-16
x86/sem: refactor 'aaa' and fix it
Ajax
1
-24
/
+16
2015-11-16
x86/sem: update nzp flags in 'das'
Ajax
1
-0
/
+1
2015-11-16
x86/sem: update nzp flags in 'daa'
Ajax
1
-0
/
+1
2015-11-16
Test/QEMU: emulate puts, enabling test_self_modifying_code