about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* append b to the opens mode ; Python on Windows makes a distinction between ↵w4kfu2018-01-165-6/+6
| | | | text and binary files
* Merge pull request #654 from serpilliere/use_stp_translatorCamille Mougey2018-01-112-118/+96
|\ | | | | Use stp translator
| * Example: fix disasm wdFabrice Desclaux2018-01-111-0/+1
| |
| * Expression: use stp translatorFabrice Desclaux2018-01-111-118/+95
| |
* | MSP430: add ctypeFabrice Desclaux2018-01-111-1/+4
|/
* Ida/Example: clean symbexec pluginFabrice Desclaux2018-01-091-12/+0
|
* Ida/Example: fix symbexec pluginFabrice Desclaux2018-01-091-10/+77
|
* Example/IDA: update IR string outputFabrice Desclaux2018-01-051-49/+69
|
* 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 issue
| * 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
| | | | | Display the destination type if it's a memory variable, and we know its type (we consider source and destination have the same type).
* 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
| | | | | | | | | | | WARNING: disasmEngine behaviour modification Before patch: job_done containted the already disassembled addresses. If the user disassembled twice the same addresse, the engine will return empty object on the second call. After patch: If the user disassemble twice the same addresse, the engine will return result of the disassembling in both cases.
* Merge pull request #579 from serpilliere/fix_get_blocserpilliere2017-07-2015-32/+32
|\ | | | | Fix get bloc
| * 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
| | | | simplification option
* 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
|\ | | | | Add rot pytrans
| * 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
|\ | | | | Fix/ida examples
| * IDA: handle generated labels in depgraphAjax2017-04-251-1/+7
| |
| * IDA: fix depgraph for immutable AssignBlockAjax2017-04-251-8/+12
| |