about summary refs log tree commit diff stats
path: root/miasm2/analysis (follow)
Commit message (Expand)AuthorAgeFilesLines
* Jitter/win: fix TIB accessesFabrice Desclaux2016-09-061-1/+1
* Get back the name of the architecture asked in MachineAjax2016-06-151-0/+5
* Depgraph: use has_loop algorithm to spot data flow loops; fix reg testFabrice Desclaux2016-03-231-3/+3
* Introduce Container.symbol_pool, containing container symbols (if any)Ajax2016-03-211-0/+23
* DependencyGraph: emul minimum effectsFabrice Desclaux2016-03-211-20/+29
* Depgraph: updt apiFabrice Desclaux2016-03-211-17/+16
* Depgraph: implicit emulFabrice Desclaux2016-03-171-3/+112
* Depgraph: simplified algorithmFabrice Desclaux2016-03-171-680/+175
* AssignBlockFabrice Desclaux2016-02-262-17/+19
* Core/utils: autopep8Fabrice Desclaux2016-02-191-1/+1
* Jitter/vm: Suppport memory commentFabrice Desclaux2016-02-191-3/+7
* Remove unused variablesAjax2016-02-042-5/+4
* Fix dangerous-default-valueAjax2016-01-301-1/+3
* Tipo: dictionaryFabrice Desclaux2016-01-301-7/+7
* Sandbox/Win: remove unused optionPierre LALET2015-12-131-2/+0
* Sandbox/Win: fix -o/--load-hdr optionPierre LALET2015-12-131-2/+3
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-072-8/+4
* Sandbox: default support hcurmoduleFabrice Desclaux2015-12-041-2/+2
* Sandbox: support additional optionsFabrice Desclaux2015-12-041-19/+21
* jitter: fix dep dllFabrice Desclaux2015-12-041-4/+6
* Sandbox: autopepFabrice Desclaux2015-12-041-27/+30
* Loader: load PE and its dependenciesFabrice Desclaux2015-12-041-7/+23
* Jitter: fix single stepFabrice Desclaux2015-11-151-2/+2
* In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent2015-10-272-25/+10
* Sanbox/x86: fix default stackFabrice Desclaux2015-10-231-2/+2
* GDBServer: on client exit, give back control to server scriptCamille Mougey2015-10-191-1/+2
* GDBServer: on script breakpoint, raise a SigTRAPCamille Mougey2015-10-191-0/+6
* Debugging: handle breakpoint stop with a proper stateCamille Mougey2015-10-191-2/+13
* Debugging: propagate status on breakpoint stopCamille Mougey2015-10-191-3/+5
* Merge pull request #223 from serpilliere/fix_stack_baseCamille Mougey2015-10-061-0/+10
|\
| * Sandbox: add stack base manipulationFabrice Desclaux2015-10-051-0/+10
* | Depgraph: fix nameFabrice Desclaux2015-10-051-1/+2
* | Depgraph: fix follow mem/callFabrice Desclaux2015-10-051-37/+49
|/
* Analysis/depgraph: improve get_modifiers complexityFabrice Desclaux2015-08-271-34/+46
* Analysis/depgraph: use slots to be memory friendlyFabrice Desclaux2015-08-261-0/+6
* Analysis/Depgraph: Coding convention and cleanupsCaroline Leman2015-08-241-20/+32
* Analysis/Depgraph: Remove duplicates treatmentsCaroline Leman2015-08-241-7/+25
* Add arch aarch64Fabrice Desclaux2015-08-082-1/+56
* Analysis/Depgraph: pylint and pep8 compliance + docstringsCaroline Leman2015-08-051-54/+86
* Analysis/Depgraph: DependecyGraph precision improvement + regressions tests.Caroline Leman2015-08-051-27/+168
* sandbox: refactored comments; creds to serpilliereTim Blazytko2015-07-061-2/+2
* sandbox: added sandbox for Linux_x86_64Tim Blazytko2015-07-031-0/+24
* Inits: Add docstring for main modulesAjax2015-06-191-0/+1
* replaced redundant codeTim Blazytko2015-04-301-1/+1
* fixed typoTim Blazytko2015-04-301-2/+2
* Depgraph: Simplify the implicit algorithm (creds @serpilliere)Ajax2015-04-281-29/+24
* DepGraph: Avoid failing if z3 is not presentAjax2015-04-281-1/+4
* DepGraph: Introduce implicit result management, with constraint solving APIAjax2015-04-281-1/+70
* DepGraphResult: Add an initial context optionAjax2015-04-271-2/+7
* DepGraph: Introduce the `implicit` optionAjax2015-04-241-3/+30