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
/
asm
/
shellcode.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-16
Fix forgotten copy/paste from arm arch
Mathieu Geli
1
-1
/
+1
2015-06-11
Simplifications: Remove useless statements
Ajax
1
-8
/
+0
2015-06-05
Core/Asmbloc: fix split_bloc with instruction overlapping
Fabrice Desclaux
1
-1
/
+1
2015-06-05
Test: add simplification regression
Fabrice Desclaux
1
-1
/
+52
2015-06-05
Expression/Simplification: add slice/compose
Fabrice Desclaux
1
-1
/
+32
2015-06-02
Test/Graph: extended regression tests for g2
Tim Blazytko
1
-0
/
+7
2015-06-02
DiGraph: compute_immediate_dominators depends now on walk_dominators
Tim Blazytko
1
-7
/
+2
2015-06-02
DiGraph: fixed order in dominance_frontier
Tim Blazytko
2
-7
/
+11
2015-06-02
DiGraph: refactored comments
Tim Blazytko
1
-4
/
+11
2015-06-02
DiGraph: renamed variables in dominance frontier and immediate dominators
Tim Blazytko
1
-14
/
+14
2015-06-02
Tests/graph: extended regression tests
Tim Blazytko
1
-1
/
+41
2015-06-02
DiGraph: fixed dominance_frontier for graphs with multiple heads
Tim Blazytko
1
-0
/
+2
2015-06-02
graph.py: replaced line for readability
Tim Blazytko
1
-1
/
+1
2015-06-02
graph.py: added computation of the dominance frontier
Tim Blazytko
1
-0
/
+23
2015-06-02
graph.py: added computation of immediate dominators
Tim Blazytko
1
-0
/
+12
2015-06-02
Test/Graph: add regression tests for walk_dominator/walk_postdominator
Fabrice Desclaux
1
-0
/
+36
2015-06-02
Core/Graph: add walk_dominator/walk_postdominator
Fabrice Desclaux
1
-0
/
+71
2015-05-27
TestAll: Update disasm 'file.py' example address
Ajax
2
-2
/
+3
2015-05-24
Win_api: Remove unused comment
serpilliere
1
-1
/
+0
2015-05-24
Win_api: fix getprocaddr bad ptr tuncation
Fabrice Desclaux
1
-1
/
+1
2015-05-22
Loader/Pe: fix vm2pe for 64 bit pe
Fabrice Desclaux
1
-2
/
+6
2015-05-22
x86: add losq mnemonic
Fabrice Desclaux
1
-0
/
+1
2015-05-22
Add a link to the auto-generated documentation
Ajax
1
-0
/
+3
2015-05-01
removed unused code
Tim Blazytko
1
-2
/
+0
2015-04-30
replaced redundant code
Tim Blazytko
1
-1
/
+1
2015-04-30
fixed typo
Tim Blazytko
1
-2
/
+2
2015-04-30
GraphDataflow: A function where never executed / tested
Ajax
2
-8
/
+15
2015-04-30
GraphDataflow: Refactor, PyLinting
Ajax
1
-62
/
+22
2015-04-30
GraphDataflow: update API
Ajax
1
-2
/
+3
2015-04-30
TestAll: Coverage mode was broken
Ajax
2
-1
/
+2
2015-04-29
IR: Compliance to python coding conventions
Caroline Leman
1
-350
/
+390
2015-04-29
IR: Regression test integration
Caroline Leman
2
-12
/
+15
2015-04-29
IR: Improve dead code elimination
Caroline Leman
4
-164
/
+923
2015-04-29
Graph: replace forgotten root api
Fabrice Desclaux
1
-2
/
+2
2015-04-28
DiGraph: Refactoring
Ajax
1
-64
/
+59
2015-04-28
DepGraph: Speed up 'add_uniq_edge' in the mean case
Ajax
1
-5
/
+5
2015-04-28
DiGraph: Refactor internal structures to avoid duplication
Ajax
1
-8
/
+8
2015-04-28
DiGraph: Ambiguous name for internal structures
Ajax
1
-15
/
+17
2015-04-28
Depgraph: Simplify the implicit algorithm (creds @serpilliere)
Ajax
1
-29
/
+24
2015-04-28
DepGraph: Avoid failing if z3 is not present
Ajax
2
-5
/
+8
2015-04-28
Example: Add an example "rename-args" argument for depgraph
Ajax
2
-3
/
+16
2015-04-28
DepGraph: Introduce implicit result management, with constraint solving API
Ajax
2
-1
/
+78
2015-04-27
DepGraphResult: Add an initial context option
Ajax
1
-2
/
+7
2015-04-25
Test: add intmod regression
serpilliere
1
-1
/
+4
2015-04-25
Expression/modint: set arg to long to canonize repr
serpilliere
1
-3
/
+1
2015-04-24
Jitter: fix cast for 32 bits machines
serpilliere
4
-4
/
+4
2015-04-24
Mips32Sem: Replace argument names
Ajax
1
-189
/
+194
2015-04-24
Mips32Sem: Update semantic according to sembuilder
Ajax
1
-22
/
+8
2015-04-24
SemBuilder: Introduce the 'if cond' statement, building a new IRBlock
Ajax
2
-18
/
+139
2015-04-24
SemBuilder: Get back functions parsed for mnemo_func
Ajax
2
-88
/
+38
[next]