| 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: avoid IRBlock attribute creation | Fabrice Desclaux | 2017-05-24 | 1 | -16/+19 |
| | | |||||
| * | IR: Make IRBlock immutable | Fabrice Desclaux | 2017-05-24 | 2 | -7/+11 |
| | | |||||
| * | Example: clean code | Fabrice Desclaux | 2017-05-15 | 2 | -104/+98 |
| | | |||||
| * | Core/Objc: improuve internal type representation | Fabrice Desclaux | 2017-05-15 | 2 | -26/+22 |
| | | |||||
| * | Merge pull request #550 from serpilliere/add_rot_pytrans | Camille Mougey | 2017-05-10 | 1 | -1/+1 |
| |\ | | | | | Add rot pytrans | ||||
| | * | Example: fix tipo | Fabrice Desclaux | 2017-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | Use and tiny test of .as_assignblock() behavior | Ajax | 2017-05-09 | 1 | -2/+3 |
| |/ | |||||
| * | Example: fix simplify argument | Fabrice Desclaux | 2017-05-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #537 from commial/fix/ida-examples | serpilliere | 2017-04-25 | 2 | -15/+28 |
| |\ | | | | | Fix/ida examples | ||||
| | * | 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 |
| | | | |||||
| * | | Remove PYTHONSTARTUP in end-user scripts | Ajax | 2017-04-24 | 9 | -53/+1 |
| |/ | |||||
| * | Let GCC be the default jitter | Ajax | 2017-04-21 | 3 | -6/+6 |
| | | |||||
| * | Example: add irblock simplification example | Fabrice Desclaux | 2017-04-21 | 2 | -2/+30 |
| | | |||||
| * | Merge pull request #518 from commial/feature/dse | serpilliere | 2017-04-21 | 2 | -0/+414 |
| |\ | | | | | Feature/dse | ||||
| | * | Add an example illustrating DSE | Ajax | 2017-04-18 | 2 | -0/+414 |
| | | | |||||
| * | | IRBlock: move lines in AssignBlock | Fabrice Desclaux | 2017-04-20 | 2 | -4/+4 |
| |/ | |||||
| * | Introduce Sandbox.call, for direct function calling | Ajax | 2017-04-06 | 1 | -0/+23 |
| | | |||||
| * | MD5_arm: run from the very beginning | Ajax | 2017-04-06 | 1 | -3/+0 |
| | | |||||
| * | Replace ExprInt[num](x) -> ExprInt(x, num) | Ajax | 2017-03-30 | 5 | -11/+12 |
| | | |||||
| * | analysis: Introduction of use-definition chains | Caroline Leman | 2017-03-29 | 4 | -7/+16 |
| | | | | | | | - previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified' | ||||
| * | Example/full: fix tipo | Fabrice Desclaux | 2017-03-27 | 1 | -1/+1 |
| | | |||||
| * | Core/asmbloc: move asmbloc to asmblock | Fabrice Desclaux | 2017-03-13 | 9 | -17/+17 |
| | | |||||
| * | Asmbloc: rename asm_constraint to AsmConstraint | Fabrice Desclaux | 2017-03-13 | 1 | -2/+2 |
| | | |||||
| * | Asmbloc: rename asm_label to AsmLabel | Fabrice Desclaux | 2017-03-13 | 3 | -7/+7 |
| | | |||||
| * | All: rename vars bloc -> block | Fabrice Desclaux | 2017-03-13 | 9 | -72/+72 |
| | | |||||
| * | IR: rename blocs to blocks | Fabrice Desclaux | 2017-03-13 | 7 | -53/+53 |
| | | |||||
| * | IR/Symbexec: rename symbexec to SymbolicExecutionEngine | Fabrice Desclaux | 2017-03-13 | 4 | -10/+10 |
| | | |||||
| * | Test: add access_c/expr_c example | Fabrice Desclaux | 2017-02-17 | 2 | -0/+258 |
| | | |||||
| * | Tests: add asm human | Fabrice Desclaux | 2017-02-17 | 1 | -0/+41 |
| | | |||||
| * | Merge pull request #494 from serpilliere/expression_reducer | Camille Mougey | 2017-02-13 | 1 | -0/+93 |
| |\ | | | | | Expression: add ExprReduce | ||||
| | * | Expression: add ExprReduce | Fabrice Desclaux | 2017-02-13 | 1 | -0/+93 |
| | | | |||||
| * | | Core/cpu: change ParseAst name | Fabrice Desclaux | 2017-02-13 | 1 | -1/+1 |
| |/ | |||||
| * | Add a tracer example | Ajax | 2017-02-06 | 1 | -0/+58 |
| | | |||||
| * | Example: add raw disasm to full.py | Fabrice Desclaux | 2017-01-12 | 1 | -2/+9 |
| | | |||||
| * | use python2 as executable name, give adequate permissions | Aymeric Vincent | 2017-01-05 | 6 | -6/+6 |
| | | |||||
| * | Expr: Remove exprint_from | Fabrice Desclaux | 2016-12-23 | 3 | -7/+7 |
| | | |||||
| * | Update IDA utils with the new API | Ajax | 2016-11-17 | 1 | -3/+3 |
| | | |||||
| * | ExprCompose: add new api | Fabrice Desclaux | 2016-11-04 | 3 | -8/+5 |
| | | | | | | | | The ExprComposes uses directly its arguments sizes to guess the slices locations. Old api: ExprCompose([(a, 0, 32), (b, 32, 64)]) becomes: ExprCompose(a, b) | ||||