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 #290 from commial/refactor-ira
serpilliere
2015-12-12
15
-310
/
+279
|
\
|
*
IR: Rebuild graph on `add_node`
Ajax
2015-12-07
1
-0
/
+2
|
*
IR/gen_graph: `link_all` is never used
Ajax
2015-12-07
1
-3
/
+2
|
*
IR: fix import
Ajax
2015-12-07
1
-10
/
+9
|
*
IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`
Ajax
2015-12-07
13
-200
/
+145
|
*
IRA: use a crafted DiGraph for IR do display
Camille Mougey
2015-12-07
1
-33
/
+43
|
*
IRA: ira parent class is now miasm2.ir.ir::ir
Camille Mougey
2015-12-07
3
-6
/
+10
|
*
IRA: Add a class description
Camille Mougey
2015-12-07
1
-0
/
+8
|
*
IR: use expr_is_label instead of ExprIsLabel
Camille Mougey
2015-12-07
3
-10
/
+6
|
*
Example/Disasm: update full.py to produce both IR and IRA graphes
Camille Mougey
2015-12-07
2
-2
/
+7
|
*
IR: move graph relative code from IRA to IR
Camille Mougey
2015-12-07
2
-98
/
+99
|
/
*
Merge pull request #289 from commial/fix-test-depgraph
Pierre Lalet
2015-12-04
1
-0
/
+3
|
\
|
*
Test/Depgraph: the error status was not checked
Ajax
2015-12-04
1
-0
/
+3
|
/
*
Merge pull request #286 from serpilliere/updt_winseh
Camille Mougey
2015-12-04
5
-106
/
+214
|
\
|
*
Loader/pe: fix load lib; vm2pe
Fabrice Desclaux
2015-12-04
2
-11
/
+19
|
*
Sandbox: default support hcurmodule
Fabrice Desclaux
2015-12-04
1
-2
/
+2
|
*
Sandbox: support additional options
Fabrice Desclaux
2015-12-04
4
-24
/
+25
|
*
jitter: fix dep dll
Fabrice Desclaux
2015-12-04
2
-32
/
+21
|
*
Sandbox: autopep
Fabrice Desclaux
2015-12-04
1
-27
/
+30
|
*
Loader: load PE and its dependencies
Fabrice Desclaux
2015-12-04
3
-21
/
+128
*
|
Merge pull request #287 from serpilliere/jit_bin_search_clean
Camille Mougey
2015-12-04
5
-410
/
+76
|
\
\
|
|
/
|
/
|
|
*
Jitter: remove unused div_op rem_op
Fabrice Desclaux
2015-12-04
5
-141
/
+9
|
*
Jitter: clean code
Fabrice Desclaux
2015-12-03
3
-247
/
+2
|
*
Jit: use page array; bin search
Fabrice Desclaux
2015-12-03
3
-58
/
+101
|
/
*
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
[next]