about summary refs log tree commit diff stats
path: root/example/ida/ctype_propagation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ctype_propagation.py exampleWilliam Bruneau2022-02-171-2/+2
|
* Rename examples lifterFabrice Desclaux2020-12-251-19/+19
|
* Rename ira => LifterModelCallFabrice Desclaux2020-12-241-6/+6
|
* Fix ida examplesFabrice Desclaux2020-10-301-4/+7
|
* IDAPython 7.4 portingnofiv2020-04-161-8/+8
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-12/+12
|
* Support python2/python3Fabrice Desclaux2019-03-051-8/+12
|
* Remove old api supportFabrice Desclaux2019-02-121-3/+0
|
* Fix typos & add codespellPierre LALET2018-12-231-3/+3
|
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-5/+5
| | | | | | 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
|
* IR/Analysis: call_effects can add extra blocksFabrice Desclaux2018-07-181-5/+8
|
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-13/+14
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-2/+2
|
* symbol_pool -> loc_dbAjax2018-07-031-3/+3
|
* All: fix var name to reflect object typesFabrice Desclaux2018-06-191-1/+0
|
* Example/ida: use addr to guess archFabrice Desclaux2018-06-191-30/+31
| | | | | Some arch like ARM depends on address in order to determine which attributes have to be used during analysis
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-1/+1
|
* Add some graphical optionsWilliam Bruneau2018-04-251-15/+95
|
* Fix typoWilliam Bruneau2018-04-241-9/+3
|
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-151-4/+4
|
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-1/+1
|
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-1/+1
|
* MSP430: add ctypeFabrice Desclaux2018-01-111-1/+4
|
* Ctypes: allow analysis on incomplete graphsFabrice Desclaux2017-10-031-2/+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).
* 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-071-2/+2
|
* IR: rename add_blocFabrice Desclaux2017-07-071-2/+2
|
* IR: rename get_blocFabrice Desclaux2017-07-071-1/+1
|
* IDA/TypePropag: clean & fix importsAjax2017-07-051-14/+13
|
* 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