| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | IDA: add a Miasm menu with shortcuts to other IDA examples | Ajax | 2017-07-05 | 1 | -0/+77 |
| | | |||||
| * | IDA/TypePropag: clean & fix imports | Ajax | 2017-07-05 | 1 | -14/+13 |
| | | |||||
| * | IDA/SymbExec: clean & fix imports, export main function | Ajax | 2017-07-05 | 1 | -7/+8 |
| | | |||||
| * | IDA/Graph IR: clean & fix imports, export main function, add a | Ajax | 2017-07-05 | 1 | -70/+91 |
| | | | | | simplification option | ||||
| * | IDA/Depgraph: clean & fix imports, export main function | Ajax | 2017-07-05 | 1 | -83/+93 |
| | | |||||
| * | Example: update SymbExecCType api | Fabrice Desclaux | 2017-07-05 | 1 | -9/+7 |
| | | |||||
| * | Example/ctype: clean code | Fabrice Desclaux | 2017-07-04 | 1 | -129/+110 |
| | | |||||
| * | Example: c type propagation ida plugin | Fabrice Desclaux | 2017-06-14 | 1 | -0/+266 |
| | | |||||
| * | Example: add ida rpyc server | Fabrice Desclaux | 2017-06-13 | 1 | -0/+25 |
| | | |||||
| * | Example: clean graph_ir IDA | Fabrice Desclaux | 2017-05-24 | 1 | -183/+59 |
| | | |||||
| * | IR: Make IRBlock immutable | Fabrice Desclaux | 2017-05-24 | 2 | -7/+11 |
| | | |||||
| * | Example: fix tipo | Fabrice Desclaux | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | IDA: handle generated labels in depgraph | Ajax | 2017-04-25 | 1 | -1/+7 |
| | | |||||
| * | IDA: fix depgraph for immutable AssignBlock | Ajax | 2017-04-25 | 1 | -8/+12 |
| | | |||||
| * | IDA: fix graph_ir for immutable AssignBlock | Ajax | 2017-04-25 | 1 | -6/+9 |
| | | |||||
| * | analysis: Introduction of use-definition chains | Caroline Leman | 2017-03-29 | 1 | -3/+3 |
| | | | | | | | - previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified' | ||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 2 | -2/+2 |
| | | |||||
| * | All: rename vars bloc -> block | Fabrice Desclaux | 2017-03-13 | 3 | -11/+11 |
| | | |||||
| * | IR: rename blocs to blocks | Fabrice Desclaux | 2017-03-13 | 2 | -15/+15 |
| | | |||||
| * | IR/Symbexec: rename symbexec to SymbolicExecutionEngine | Fabrice Desclaux | 2017-03-13 | 1 | -2/+2 |
| | | |||||
| * | Expr: Remove exprint_from | Fabrice Desclaux | 2016-12-23 | 1 | -1/+1 |
| | | |||||
| * | Update IDA utils with the new API | Ajax | 2016-11-17 | 1 | -3/+3 |
| | | |||||
| * | Symbexec: new api for emul_ir_* | Fabrice Desclaux | 2016-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Replacement: emul_ir_bloc(self, myir, addr, step=False) by: emul_ir_block(self, addr, step=False) and: emul_ir_blocs(self, myir, addr, lbl_stop=None, step=False) by: emul_ir_blocks(self, addr, lbl_stop=None, step=False) The 'myir' was already given in the symbolexec creation. | ||||
| * | Example/ida/depgraph: add basic stack unaliasing | Fabrice Desclaux | 2016-04-06 | 1 | -11/+45 |
| | | |||||
| * | Example/Depgraph: allow lower/upper register tracking | Fabrice Desclaux | 2016-03-22 | 1 | -1/+4 |
| | | |||||
| * | Depgraph: updt api | Fabrice Desclaux | 2016-03-21 | 2 | -12/+20 |
| | | |||||
| * | BasicBlocks: update examples with the new API | Ajax | 2016-01-26 | 1 | -2/+1 |
| | | |||||
| * | IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph` | Ajax | 2015-12-07 | 2 | -6/+1 |
| | | |||||
| * | IR: use expr_is_label instead of ExprIsLabel | Camille Mougey | 2015-12-07 | 1 | -1/+1 |
| | | |||||
| * | Example: move output .txt to .dot | Ajax | 2015-11-09 | 1 | -4/+4 |
| | | |||||
| * | Example/IDA: unused import | Ajax | 2015-11-06 | 1 | -3/+0 |
| | | |||||
| * | Example/IDA: useless sys path | Ajax | 2015-11-06 | 1 | -7/+2 |
| | | |||||
| * | Example/IDA: unused import | Ajax | 2015-11-06 | 1 | -3/+1 |
| | | |||||
| * | Example/ida/utils: fix mips arch | Fabrice Desclaux | 2015-10-29 | 1 | -2/+2 |
| | | |||||
| * | Example/ida: add aarch64 to ida utils | Fabrice Desclaux | 2015-08-09 | 1 | -13/+21 |
| | | |||||
| * | ExampleIDA: Add 'Implicit' option for depgraph | Ajax | 2015-04-24 | 1 | -2/+4 |
| | | |||||
| * | Example: add NoCallNoMem in ida/depgraph | serpilliere | 2015-03-23 | 1 | -12/+9 |
| | | |||||
| * | Example/IDA: Replace /tmp/ by tempfile.gettempdir (credits Joel Eriksson) | Ajax | 2015-03-05 | 2 | -2/+6 |
| | | |||||
| * | Expression: remove code which uses expression modifications | serpilliere | 2015-02-22 | 2 | -4/+6 |
| | | |||||
| * | Example/IDA: add a script to highlight depnodes through IDA | Camille Mougey | 2015-02-20 | 1 | -0/+201 |
| | | |||||
| * | Example/IDA: Reorganize imports | Camille Mougey | 2015-02-11 | 3 | -4/+1 |
| | | |||||
| * | VariableIdentifier: Less hacky way to identify sub vars, add a prefix feature | Camille Mougey | 2015-02-10 | 1 | -1/+2 |
| | | |||||
| * | Example/IDA: Move `translatorForm` to `utils` | Camille Mougey | 2015-02-09 | 2 | -58/+58 |
| | | |||||
| * | IDA/Example: Offer all available translators instead of Miasm | Camille Mougey | 2015-02-09 | 1 | -10/+45 |
| | | |||||
| * | Example/IDA: Add the translation in Miasm for symbolc_exec | Camille Mougey | 2015-02-09 | 1 | -0/+35 |
| | | |||||
| * | Example/IDA: Add a new example showing symbolic exec with var expansion | Camille Mougey | 2015-02-09 | 1 | -0/+110 |
| | | |||||
| * | Examples/IDA: Export common IDA methods to a file `utils` | Camille Mougey | 2015-02-09 | 2 | -85/+116 |
| | | |||||
| * | Example: Move and rename the IDA example to a specific example subdir | Camille Mougey | 2015-01-23 | 1 | -0/+382 |