about summary refs log tree commit diff stats
path: root/example/ida (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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