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
/
miasm2
/
analysis
/
depgraph.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ir: make AssignBlock immutable
Fabrice Desclaux
2017-04-20
1
-3
/
+3
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
1
-1
/
+1
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
1
-8
/
+8
*
IR: rename blocs to blocks
Fabrice Desclaux
2017-03-13
1
-3
/
+3
*
IR/ir: rename irbloc to IRBlock
Fabrice Desclaux
2017-03-13
1
-3
/
+3
*
IR/Symbexec: rename symbexec to SymbolicExecutionEngine
Fabrice Desclaux
2017-03-13
1
-3
/
+3
*
DepGraph: fix emulation
Fabrice Desclaux
2017-01-09
1
-18
/
+30
*
DepGraph: clean step
Fabrice Desclaux
2016-12-23
1
-14
/
+3
*
Depgraph: use has_loop algorithm to spot data flow loops; fix reg test
Fabrice Desclaux
2016-03-23
1
-3
/
+3
*
DependencyGraph: emul minimum effects
Fabrice Desclaux
2016-03-21
1
-20
/
+29
*
Depgraph: updt api
Fabrice Desclaux
2016-03-21
1
-17
/
+16
*
Depgraph: implicit emul
Fabrice Desclaux
2016-03-17
1
-3
/
+112
*
Depgraph: simplified algorithm
Fabrice Desclaux
2016-03-17
1
-680
/
+175
*
AssignBlock
Fabrice Desclaux
2016-02-26
1
-5
/
+5
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
1
-7
/
+7
*
IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`
Ajax
2015-12-07
1
-5
/
+1
*
Depgraph: fix name
Fabrice Desclaux
2015-10-05
1
-1
/
+2
*
Depgraph: fix follow mem/call
Fabrice Desclaux
2015-10-05
1
-37
/
+49
*
Analysis/depgraph: improve get_modifiers complexity
Fabrice Desclaux
2015-08-27
1
-34
/
+46
*
Analysis/depgraph: use slots to be memory friendly
Fabrice Desclaux
2015-08-26
1
-0
/
+6
*
Analysis/Depgraph: Coding convention and cleanups
Caroline Leman
2015-08-24
1
-20
/
+32
*
Analysis/Depgraph: Remove duplicates treatments
Caroline Leman
2015-08-24
1
-7
/
+25
*
Analysis/Depgraph: pylint and pep8 compliance + docstrings
Caroline Leman
2015-08-05
1
-54
/
+86
*
Analysis/Depgraph: DependecyGraph precision improvement + regressions tests.
Caroline Leman
2015-08-05
1
-27
/
+168
*
replaced redundant code
Tim Blazytko
2015-04-30
1
-1
/
+1
*
fixed typo
Tim Blazytko
2015-04-30
1
-2
/
+2
*
Depgraph: Simplify the implicit algorithm (creds @serpilliere)
Ajax
2015-04-28
1
-29
/
+24
*
DepGraph: Avoid failing if z3 is not present
Ajax
2015-04-28
1
-1
/
+4
*
DepGraph: Introduce implicit result management, with constraint solving API
Ajax
2015-04-28
1
-1
/
+70
*
DepGraphResult: Add an initial context option
Ajax
2015-04-27
1
-2
/
+7
*
DepGraph: Introduce the `implicit` option
Ajax
2015-04-24
1
-3
/
+30
*
DepGraph: Extend FollowExpr to include relative methods
Ajax
2015-04-24
1
-20
/
+33
*
DepGraph: Refactor internals API
Ajax
2015-04-24
1
-12
/
+19
*
DepGraph: support follow node filtering
serpilliere
2015-03-23
1
-37
/
+93
*
degraph: remove useless ira creation
Fabrice Desclaux
2015-03-20
1
-2
/
+1
*
Depgraph: add step to symbolic execution
Fabrice Desclaux
2015-03-12
1
-2
/
+2
*
Depgraph: rename variables
Fabrice Desclaux
2015-03-12
1
-3
/
+3
*
Depgraph: exprs in affected_lines must appear only once.
Fabrice Desclaux
2015-03-12
1
-2
/
+2
*
Depgraph: Clean each `depnodes` to purge and improve search in `done`
Ajax
2015-03-06
1
-0
/
+3
*
Depgraph: Modify the inter block `done` data structure to improve membership ...
Ajax
2015-03-06
1
-3
/
+4
*
Depgraph: In `filter_used_nodes`, `used_nodes` can be used as a done set
Ajax
2015-03-06
1
-0
/
+3
*
DepGraph: Normalize output by including heads from graph
Camille Mougey
2015-02-24
1
-2
/
+7
*
Depgraph: results should be copy of `done` elements
Camille Mougey
2015-02-24
1
-1
/
+1
*
Analysis: Introduce DependencyGraph, computing dependencies of elements
Camille Mougey
2015-02-20
1
-0
/
+608