about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace jitter.run boolean by jitter.runningRomain Lesteven2021-05-0510-12/+11
* Merge pull request #1353 from serpilliere/fix_ircfg_nameserpilliere2021-01-212-12/+12
|\
| * Fix ircfg_a namesFabrice Desclaux2021-01-192-12/+12
* | Example/loader: add loc_db to Container.from_streamCaroline Leman2021-01-141-2/+4
|/
* Rename ir_arch for jitterFabrice Desclaux2020-12-252-5/+5
* Rename examples lifterFabrice Desclaux2020-12-2511-73/+73
* Rename LifterModelCallX86Fabrice Desclaux2020-12-242-4/+4
* Change example namesFabrice Desclaux2020-12-242-0/+0
* Rename ira => LifterModelCallFabrice Desclaux2020-12-2417-79/+78
* Update ida example (use stack)Fabrice Desclaux2020-12-031-12/+32
* Add missing == operator in translatorsFabrice Desclaux2020-12-011-0/+11
* Fix ida examplesFabrice Desclaux2020-10-304-20/+30
* Use blocks in ircfg instead of ir_archFabrice Desclaux2020-10-041-5/+2
* Update api according to loc_db updateFabrice Desclaux2020-08-313-3/+2
* IRBlock take loc_dbFabrice Desclaux2020-08-312-3/+3
* Avoid generate default locationdbFabrice Desclaux2020-08-3133-63/+145
* Move modint in coreFabrice Desclaux2020-07-211-2/+1
* Merge pull request #1252 from serpilliere/api_dis_callbackserpilliere2020-06-101-2/+2
|\
| * Updt dis_block_callback; apply_splittingFabrice Desclaux2020-06-101-2/+2
* | Merge pull request #1185 from nofiv/IDAPython74serpilliere2020-06-105-28/+28
|\ \ | |/ |/|
| * IDAPython 7.4 portingnofiv2020-04-165-28/+28
* | Updt propagation expression algorithmFabrice Desclaux2020-05-041-11/+1
* | Rework the unpack_upx exampleCamille Mougey2020-04-281-32/+16
|/
* Fix ida graph_irFabrice Desclaux2020-04-151-6/+5
* Implements EXCEPT_SYSCALL (#1163)Tek2020-03-281-0/+94
* Fix Automod codeFabrice Desclaux2020-02-281-0/+25
* Analysis: dead simp to classFabrice Desclaux2020-02-144-41/+13
* Example: add get_exports.dllWilliam Bruneau2019-12-021-0/+18
* Example: add sc2pe.pyWilliam Bruneau2019-12-021-0/+25
* Jitter: add 'run' APIFabrice Desclaux2019-11-251-2/+1
* Fix dot 'w' openFabrice Desclaux2019-11-181-1/+1
* Clear get_str_* APIFabrice Desclaux2019-11-122-4/+7
* Merge pull request #1072 from WilliamBruneau/fix_depgraph_idaserpilliere2019-10-091-3/+4
|\
| * Fix IDA depgraph exampleWilliam Bruneau2019-10-091-3/+4
* | fix int 1 handlingLouis2019-09-302-0/+12
|/
* Fix get_str_ansi: return strFabrice Desclaux2019-09-221-1/+1
* Fix example/ida/menu.py for IDA >= 7.1William Bruneau2019-07-261-0/+2
* Loader example: test_pe: remove useless imports, comment and renameAjax2019-05-092-31/+33
* Example: rename elfesteem -> loaderAjax2019-05-092-0/+0
* Fix paths with Python 3Pierre LALET2019-04-091-1/+1
* Jitter: fix msp430 exampleFabrice Desclaux2019-03-271-1/+0
* Rename elfesteem loaderFabrice Desclaux2019-03-056-9/+9
* Include elfesteem fork in miasmPierre LALET2019-03-056-5/+84
* Rename miasm2 to miasmFabrice Desclaux2019-03-0549-182/+183
* Support python2/python3Fabrice Desclaux2019-03-0544-360/+495
* stack2var: move it from simplification loop to final passFabrice Desclaux2019-02-221-2/+13
* IR: add simplifierFabrice Desclaux2019-02-182-232/+55
* Example: update ida apiFabrice Desclaux2019-02-181-2/+3
* Merge pull request #975 from commial/feature/objc-c-type-cacheserpilliere2019-02-131-3/+3
|\
| * Add a cache for C typesAjax2019-02-131-3/+3