about summary refs log tree commit diff stats
path: root/example/ida (follow)
Commit message (Expand)AuthorAgeFilesLines
* Example/ida: use addr to guess archFabrice Desclaux2018-06-195-43/+54
* Allow symbolic execution of one instruction in IDAWilliam Bruneau2018-06-191-1/+6
* Example/IDA: fix depgraph apiFabrice Desclaux2018-06-161-11/+11
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-095-43/+62
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-6/+4
* Add some graphical optionsWilliam Bruneau2018-04-251-15/+95
* Fix typoWilliam Bruneau2018-04-241-9/+3
* Example/IDA: fix symbol loadingFabrice Desclaux2018-04-151-0/+4
* Example/IDA: fix bigendian source infoFabrice Desclaux2018-04-121-1/+1
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-152-15/+7
* PPC32: integrationFabrice Desclaux2018-03-041-0/+2
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-091-3/+3
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-093-5/+5
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-093-8/+8
* 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
* Ctypes: allow analysis on incomplete graphsFabrice Desclaux2017-10-031-2/+5
* Example/ida: fix size issueFabrice Desclaux2017-09-071-17/+15
* Example/ctype: fix propagation on mem writeFabrice Desclaux2017-08-141-1/+3
* Symbexec: add get_blockFabrice Desclaux2017-08-081-14/+1
* Example: add ctype_propagationFabrice Desclaux2017-08-081-20/+33
* Example: update apiFabrice Desclaux2017-08-081-39/+69
* Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-271-1/+0
* Asmblock: rename blocFabrice Desclaux2017-07-074-5/+5
* IR: rename add_blocFabrice Desclaux2017-07-074-5/+5
* IR: rename get_blocFabrice Desclaux2017-07-071-1/+1
* 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: Make IRBlock immutableFabrice Desclaux2017-05-242-7/+11
* Example: fix tipoFabrice Desclaux2017-05-091-1/+1
* 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
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-3/+3
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-132-2/+2
* All: rename vars bloc -> blockFabrice Desclaux2017-03-133-11/+11
* IR: rename blocs to blocksFabrice Desclaux2017-03-132-15/+15
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-131-2/+2
* Expr: Remove exprint_fromFabrice Desclaux2016-12-231-1/+1
* Update IDA utils with the new APIAjax2016-11-171-3/+3