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
/
graph_dataflow.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-07
IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`
Ajax
1
-1
/
+0
2015-12-07
IRA: use a crafted DiGraph for IR do display
Camille Mougey
1
-33
/
+43
2015-12-07
IRA: ira parent class is now miasm2.ir.ir::ir
Camille Mougey
3
-6
/
+10
2015-12-07
IRA: Add a class description
Camille Mougey
1
-0
/
+8
2015-12-07
IR: use expr_is_label instead of ExprIsLabel
Camille Mougey
3
-10
/
+6
2015-12-07
Example/Disasm: update full.py to produce both IR and IRA graphes
Camille Mougey
2
-2
/
+7
2015-12-07
IR: move graph relative code from IRA to IR
Camille Mougey
2
-98
/
+99
2015-12-04
Test/Depgraph: the error status was not checked
Ajax
1
-0
/
+3
2015-12-04
Jitter: remove unused div_op rem_op
Fabrice Desclaux
5
-141
/
+9
2015-12-04
Loader/pe: fix load lib; vm2pe
Fabrice Desclaux
2
-11
/
+19
2015-12-04
Sandbox: default support hcurmodule
Fabrice Desclaux
1
-2
/
+2
2015-12-04
Sandbox: support additional options
Fabrice Desclaux
4
-24
/
+25
2015-12-04
jitter: fix dep dll
Fabrice Desclaux
2
-32
/
+21
2015-12-04
Sandbox: autopep
Fabrice Desclaux
1
-27
/
+30
2015-12-04
Loader: load PE and its dependencies
Fabrice Desclaux
3
-21
/
+128
2015-12-03
Jitter: clean code
Fabrice Desclaux
3
-247
/
+2
2015-12-03
Jit: use page array; bin search
Fabrice Desclaux
3
-58
/
+101
2015-11-23
Squelch a couple of warnings on 32 bit architectures with respect to
Aymeric Vincent
2
-2
/
+2
2015-11-23
When parsing a 64 bit integer, make sure we have enough room to store it.
Aymeric Vincent
2
-10
/
+14
2015-11-22
Expression: repr cpuid op
Fabrice Desclaux
1
-0
/
+1
2015-11-22
Os_dep/win: multiple fix
Fabrice Desclaux
1
-7
/
+15
2015-11-17
TestALL: add a new tag 'qemu', avoiding QEMU tests
Ajax
1
-0
/
+3
2015-11-17
QEMU/test: enable 'test_misc' for both python and TCC
Ajax
1
-2
/
+2
2015-11-17
x86/sem: add 'iret[d]' user-land
Ajax
1
-0
/
+14
2015-11-17
x86/sem: template eflags assignment from a source
Ajax
1
-12
/
+11
2015-11-17
Test/QEMU: enable 'test_string' for both python and TCC
Ajax
1
-1
/
+2
2015-11-17
x86/sem: fix cmps comparison
Ajax
1
-3
/
+1
2015-11-17
Qemu/test: update expected output for test_string
Ajax
1
-78
/
+78
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
[next]