about summary refs log tree commit diff stats
path: root/example/ida (follow)
Commit message (Collapse)AuthorAgeFilesLines
* IR: add simplifierFabrice Desclaux2019-02-181-92/+31
|
* Example: update ida apiFabrice Desclaux2019-02-181-2/+3
|
* Remove old api supportFabrice Desclaux2019-02-121-3/+0
|
* Fix bad englishFabrice Desclaux2019-01-171-1/+1
|
* Example/IDA: updt graph ir + menuFabrice Desclaux2019-01-162-126/+215
|
* Example: del unnecessary dup dst in blocksFabrice Desclaux2019-01-161-5/+2
|
* SSA: make ssa_variable_to_expr publicFabrice Desclaux2019-01-151-4/+4
|
* Fix typos & add codespellPierre LALET2018-12-232-4/+4
|
* Example: fix exprmem ptr accessFabrice Desclaux2018-12-071-1/+1
|
* add ssa graph to ida (#886)marilafo2018-11-162-6/+140
| | | | Example: Add ssa graph to ida
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-013-8/+8
| | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-2/+2
|
* 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
|