about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add arch-desc in hash, avoiding multi-arch collisionAjax2017-07-211-4/+6
| | | | Example: a single PUSH in x86-32 / x86-64
* Jit: merge duplicate hash codeAjax2017-07-213-26/+15
|
* Merge pull request #579 from serpilliere/fix_get_blocserpilliere2017-07-2025-71/+112
|\ | | | | Fix get bloc
| * Asmblock: rename blocFabrice Desclaux2017-07-0718-40/+57
| |
| * IR: rename post_add_blocFabrice Desclaux2017-07-072-4/+12
| |
| * IR: rename add_blocFabrice Desclaux2017-07-0716-21/+29
| |
| * IR: rename get_blocFabrice Desclaux2017-07-075-6/+14
| |
* | Merge pull request #581 from WilliamBruneau/realloc_check_returnserpilliere2017-07-201-0/+10
|\ \ | | | | | | Add null pointer check after realloc
| * | Add null pointer check after reallocWilliam Bruneau2017-07-201-0/+10
| |/
* | Merge pull request #580 from WilliamBruneau/fix_typo_dse_crackmeCamille Mougey2017-07-202-8/+7
|\ \ | |/ |/| Fix typo dse crackme
| * Fix typo in /test/core/asmblock.pyWilliam Bruneau2017-07-201-1/+1
| |
| * Remove unecessary assertWilliam Bruneau2017-07-201-1/+0
| |
| * Fix typoWilliam Bruneau2017-07-201-6/+6
|/
* Merge pull request #578 from commial/llvm/readonly-funcsserpilliere2017-07-071-44/+49
|\ | | | | Regroup and use readonly for utils funcs (better simplifications)
| * Regroup and use readonly for utils funcs (better simplifications)Ajax2017-07-071-44/+49
|/
* Merge pull request #576 from commial/feature/ida-menuserpilliere2017-07-055-174/+282
|\ | | | | Feature/ida menu
| * IDA: add a Miasm menu with shortcuts to other IDA examplesAjax2017-07-051-0/+77
| |
| * IDA/TypePropag: clean & fix importsAjax2017-07-051-14/+13
| |
| * IDA/SymbExec: clean & fix imports, export main functionAjax2017-07-051-7/+8
| |
| * IDA/Graph IR: clean & fix imports, export main function, add aAjax2017-07-051-70/+91
| | | | | | | | simplification option
| * IDA/Depgraph: clean & fix imports, export main functionAjax2017-07-051-83/+93
|/
* Merge pull request #575 from serpilliere/fix_ida_exampleCamille Mougey2017-07-052-34/+17
|\ | | | | Fix ida example
| * Example: update SymbExecCType apiFabrice Desclaux2017-07-051-9/+7
| |
| * SymbExecCType: remove dummy argumentFabrice Desclaux2017-07-051-25/+10
|/
* Merge pull request #574 from serpilliere/clean_codeCamille Mougey2017-07-051-129/+110
|\ | | | | Example/ctype: clean code
| * Example/ctype: clean codeFabrice Desclaux2017-07-041-129/+110
|/
* Merge pull request #569 from serpilliere/fix_mspserpilliere2017-07-031-2/+2
|\ | | | | MSP430:fix api
| * MSP430:fix apiFabrice Desclaux2017-06-131-2/+2
| |
* | Merge pull request #573 from commial/feature/llvm-128divserpilliere2017-06-274-2/+49
|\ \ | | | | | | Feature/llvm 128div
| * | Add a regression test for DIV 128bitsAjax2017-06-273-0/+29
| | |
| * | LLVM: load libLLVM for custom LLVM builtinsAjax2017-06-271-0/+14
| | |
| * | LLVM: load shared libs only onceAjax2017-06-271-2/+6
|/ /
* | Merge pull request #567 from serpilliere/exec_engineserpilliere2017-06-179-15/+925
|\ \ | | | | | | Exec engine
| * | Example: c type propagation ida pluginFabrice Desclaux2017-06-141-0/+266
| | |
| * | Expression: add an Expression parserFabrice Desclaux2017-06-143-0/+87
| | |
| * | IR: Add top/types enginesFabrice Desclaux2017-06-142-0/+464
| | |
| * | Symbexec: fix expr lookupFabrice Desclaux2017-06-142-1/+7
| | |
| * | Objc: save cparser objectFabrice Desclaux2017-06-141-3/+19
| | |
| * | Symbexec: add state managementFabrice Desclaux2017-06-141-3/+73
| | |
| * | Symbexec: updt apiFabrice Desclaux2017-06-141-8/+9
| | |
* | | Merge pull request #570 from commial/fix/llvm-globalserpilliere2017-06-141-1/+2
|\ \ \ | | | | | | | | LLVM: Properly retrieve globals if it already exists
| * | | Properly retrieve globals if it already existsAjax2017-06-141-1/+2
| | | |
* | | | Merge pull request #571 from commial/fix/ir-deleteserpilliere2017-06-141-0/+1
|\ \ \ \ | |_|/ / |/| | | IR: Remove also from .blocks (not synchronized with the graph)
| * | | Remove also from .blocks (not synchronized with the graph)Ajax2017-06-141-0/+1
|/ / /
* | | Merge pull request #568 from serpilliere/ida_rpycCamille Mougey2017-06-131-0/+25
|\ \ \ | |_|/ |/| | Example: add ida rpyc server
| * | Example: add ida rpyc serverFabrice Desclaux2017-06-131-0/+25
|/ /
* | Merge pull request #522 from serpilliere/ir_roCamille Mougey2017-06-0618-478/+392
|\ \ | |/ |/| Ir ro
| * Example: clean graph_ir IDAFabrice Desclaux2017-05-243-186/+62
| |
| * IR: avoid IRBlock attribute creationFabrice Desclaux2017-05-242-43/+37
| |
| * IR: slot irblockFabrice Desclaux2017-05-242-2/+2
| |