about summary refs log tree commit diff stats
path: root/miasm2/analysis (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DepGraph: Extend FollowExpr to include relative methodsAjax2015-04-241-20/+33
* DepGraph: Refactor internals APIAjax2015-04-241-12/+19
* Jitter: get/set mem is now wrapped in cpuserpilliere2015-04-221-1/+3
* Analysis: TypoAjax2015-04-131-1/+1
* Sandbox Win: add PE object to win_api_x86_32.winobjsPierre LALET2015-03-311-0/+2
* Remove lazy logging patternAjax2015-03-302-4/+4
* DepGraph: support follow node filteringserpilliere2015-03-231-37/+93
* degraph: remove useless ira creationFabrice Desclaux2015-03-201-2/+1
* LoaderPE: Add `guess_arch` and link it to ContainerPE.archAjax2015-03-191-2/+4
* LoaderELF: Add `guess_arch` and link it to ContainerELF.archAjax2015-03-191-1/+5
* Container: add a new property: `arch`, the guessed arch from the containerAjax2015-03-191-0/+6
* Container: Init attributes with NoneAjax2015-03-191-0/+6
* Depgraph: add step to symbolic executionFabrice Desclaux2015-03-121-2/+2