about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a dev-TODO (thanks @WilliamBruneau)Ajax2017-10-051-1/+1
* Ctypes: allow analysis on incomplete graphsFabrice Desclaux2017-10-031-2/+5
* Merge pull request #615 from serpilliere/fix_ida_plugin_sizeCamille Mougey2017-09-071-17/+15
|\
| * Example/ida: fix size issueFabrice Desclaux2017-09-071-17/+15
* | DSE: avoid using the same test.txt file in test, allowing parallelismAjax2017-09-062-5/+14
* | Add a simpler illustrating the DSE useAjax2017-09-051-0/+129
* | DSE: update example to use coverage provided by the moduleAjax2017-09-051-35/+29
* | DSE: update example to use compute_solutionAjax2017-09-051-5/+5
|/
* Example/ctype: fix propagation on mem writeFabrice Desclaux2017-08-141-1/+3
* Example: add constant expression propagationFabrice Desclaux2017-08-091-0/+54
* Symbexec: add get_blockFabrice Desclaux2017-08-082-30/+2
* Example: add ctype_propagationFabrice Desclaux2017-08-081-20/+33
* Example: update apiFabrice Desclaux2017-08-084-86/+96
* Examples: update apiFabrice Desclaux2017-08-072-5/+22
* Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-272-4/+0
* Merge pull request #579 from serpilliere/fix_get_blocserpilliere2017-07-2015-32/+32
|\
| * Asmblock: rename blocFabrice Desclaux2017-07-0714-16/+16
| * IR: rename add_blocFabrice Desclaux2017-07-0711-14/+14
| * IR: rename get_blocFabrice Desclaux2017-07-072-2/+2
* | Remove unecessary assertWilliam Bruneau2017-07-201-1/+0
* | Fix typoWilliam Bruneau2017-07-201-6/+6
|/
* 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
* IDA/Depgraph: clean & fix imports, export main functionAjax2017-07-051-83/+93
* Example: update SymbExecCType apiFabrice Desclaux2017-07-051-9/+7
* Example/ctype: clean codeFabrice Desclaux2017-07-041-129/+110
* Example: c type propagation ida pluginFabrice Desclaux2017-06-141-0/+266
* Example: add ida rpyc serverFabrice Desclaux2017-06-131-0/+25
* Example: clean graph_ir IDAFabrice Desclaux2017-05-241-183/+59
* IR: avoid IRBlock attribute creationFabrice Desclaux2017-05-241-16/+19
* IR: Make IRBlock immutableFabrice Desclaux2017-05-242-7/+11
* Example: clean codeFabrice Desclaux2017-05-152-104/+98
* Core/Objc: improuve internal type representationFabrice Desclaux2017-05-152-26/+22
* Merge pull request #550 from serpilliere/add_rot_pytransCamille Mougey2017-05-101-1/+1
|\
| * Example: fix tipoFabrice Desclaux2017-05-091-1/+1
* | Use and tiny test of .as_assignblock() behaviorAjax2017-05-091-2/+3
|/
* Example: fix simplify argumentFabrice Desclaux2017-05-071-1/+1
* Merge pull request #537 from commial/fix/ida-examplesserpilliere2017-04-252-15/+28
|\
| * 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
* | Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-249-53/+1
|/
* Let GCC be the default jitterAjax2017-04-213-6/+6
* Example: add irblock simplification exampleFabrice Desclaux2017-04-212-2/+30
* Merge pull request #518 from commial/feature/dseserpilliere2017-04-212-0/+414
|\
| * Add an example illustrating DSEAjax2017-04-182-0/+414
* | IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-202-4/+4
|/
* Introduce Sandbox.call, for direct function callingAjax2017-04-061-0/+23