about summary refs log tree commit diff stats
path: root/example/ida (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ctype_propagation.py exampleWilliam Bruneau2022-02-171-2/+2
|
* Fixed symbexec example to work for newer IDA (7.6)Elias Bachaalany2021-11-291-1/+1
|
* Updated IDA API call for IDA 7.xVikas Gupta2021-06-091-1/+1
| | | | | idc.GetReg API call is changed to idc.get_sreg https://hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml
* Rename examples lifterFabrice Desclaux2020-12-253-41/+41
|
* Rename ira => LifterModelCallFabrice Desclaux2020-12-244-20/+20
|
* Update ida example (use stack)Fabrice Desclaux2020-12-031-12/+32
|
* Fix ida examplesFabrice Desclaux2020-10-304-20/+30
|
* IRBlock take loc_dbFabrice Desclaux2020-08-312-3/+3
|
* Move modint in coreFabrice Desclaux2020-07-211-2/+1
|
* IDAPython 7.4 portingnofiv2020-04-165-28/+28
|
* Fix ida graph_irFabrice Desclaux2020-04-151-6/+5
|
* Fix IDA depgraph exampleWilliam Bruneau2019-10-091-3/+4
|
* Fix example/ida/menu.py for IDA >= 7.1William Bruneau2019-07-261-0/+2
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-055-33/+33
|
* Support python2/python3Fabrice Desclaux2019-03-056-53/+79
|
* 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
|