about summary refs log tree commit diff stats
path: root/example/ida (follow)
Commit message (Expand)AuthorAgeFilesLines
* IDA: handle generated labels in depgraphAjax2017-04-251-1/+7
* IDA: fix depgraph for immutable AssignBlockAjax2017-04-251-8/+12
* IDA: fix graph_ir for immutable AssignBlockAjax2017-04-251-6/+9
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-3/+3
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-132-2/+2
* All: rename vars bloc -> blockFabrice Desclaux2017-03-133-11/+11
* IR: rename blocs to blocksFabrice Desclaux2017-03-132-15/+15
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-131-2/+2
* Expr: Remove exprint_fromFabrice Desclaux2016-12-231-1/+1
* Update IDA utils with the new APIAjax2016-11-171-3/+3
* Symbexec: new api for emul_ir_*Fabrice Desclaux2016-11-041-1/+1
* Example/ida/depgraph: add basic stack unaliasingFabrice Desclaux2016-04-061-11/+45
* Example/Depgraph: allow lower/upper register trackingFabrice Desclaux2016-03-221-1/+4
* Depgraph: updt apiFabrice Desclaux2016-03-212-12/+20
* BasicBlocks: update examples with the new APIAjax2016-01-261-2/+1
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-072-6/+1
* IR: use expr_is_label instead of ExprIsLabelCamille Mougey2015-12-071-1/+1
* Example: move output .txt to .dotAjax2015-11-091-4/+4
* Example/IDA: unused importAjax2015-11-061-3/+0
* Example/IDA: useless sys pathAjax2015-11-061-7/+2
* Example/IDA: unused importAjax2015-11-061-3/+1
* Example/ida/utils: fix mips archFabrice Desclaux2015-10-291-2/+2
* Example/ida: add aarch64 to ida utilsFabrice Desclaux2015-08-091-13/+21
* ExampleIDA: Add 'Implicit' option for depgraphAjax2015-04-241-2/+4
* Example: add NoCallNoMem in ida/depgraphserpilliere2015-03-231-12/+9
* Example/IDA: Replace /tmp/ by tempfile.gettempdir (credits Joel Eriksson)Ajax2015-03-052-2/+6
* Expression: remove code which uses expression modificationsserpilliere2015-02-222-4/+6
* Example/IDA: add a script to highlight depnodes through IDACamille Mougey2015-02-201-0/+201
* Example/IDA: Reorganize importsCamille Mougey2015-02-113-4/+1
* VariableIdentifier: Less hacky way to identify sub vars, add a prefix featureCamille Mougey2015-02-101-1/+2
* Example/IDA: Move `translatorForm` to `utils`Camille Mougey2015-02-092-58/+58
* IDA/Example: Offer all available translators instead of MiasmCamille Mougey2015-02-091-10/+45
* Example/IDA: Add the translation in Miasm for symbolc_execCamille Mougey2015-02-091-0/+35
* Example/IDA: Add a new example showing symbolic exec with var expansionCamille Mougey2015-02-091-0/+110
* Examples/IDA: Export common IDA methods to a file `utils`Camille Mougey2015-02-092-85/+116
* Example: Move and rename the IDA example to a specific example subdirCamille Mougey2015-01-231-0/+382