about summary refs log tree commit diff stats
path: root/example/ida (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #805 from serpilliere/fix_call_effects_armCamille Mougey2018-07-181-5/+8
|\ | | | | Fix call effects arm
| * IR/Analysis: call_effects can add extra blocksFabrice Desclaux2018-07-181-5/+8
| |
* | Example: updt apiFabrice Desclaux2018-07-181-7/+9
|/
* Example/ida: fix dgFabrice Desclaux2018-07-051-6/+6
|
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-054-51/+47
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-034-9/+9
|
* symbol_pool -> loc_dbAjax2018-07-035-28/+28
|
* Code cleaning: remove useless / commented codeAjax2018-06-211-1/+0
|
* All: fix var name to reflect object typesFabrice Desclaux2018-06-191-1/+0
|
* Example/ida: use addr to guess archFabrice Desclaux2018-06-195-43/+54
| | | | | Some arch like ARM depends on address in order to determine which attributes have to be used during analysis
* 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
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* 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
| | | | | Display the destination type if it's a memory variable, and we know its type (we consider source and destination have the same type).
* 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
| | | | | | | | | | | 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.
* 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
| | | | 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: 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
|