| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated IDA API call for IDA 7.x | Vikas Gupta | 2021-06-09 | 1 | -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 | ||||
| * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 10 | -12/+11 |
| | | |||||
| * | Merge pull request #1353 from serpilliere/fix_ircfg_name | serpilliere | 2021-01-21 | 2 | -12/+12 |
| |\ | | | | | Fix ircfg_a names | ||||
| | * | Fix ircfg_a names | Fabrice Desclaux | 2021-01-19 | 2 | -12/+12 |
| | | | |||||
| * | | Example/loader: add loc_db to Container.from_stream | Caroline Leman | 2021-01-14 | 1 | -2/+4 |
| |/ | |||||
| * | Rename ir_arch for jitter | Fabrice Desclaux | 2020-12-25 | 2 | -5/+5 |
| | | |||||
| * | Rename examples lifter | Fabrice Desclaux | 2020-12-25 | 11 | -73/+73 |
| | | |||||
| * | Rename LifterModelCallX86 | Fabrice Desclaux | 2020-12-24 | 2 | -4/+4 |
| | | |||||
| * | Change example names | Fabrice Desclaux | 2020-12-24 | 2 | -0/+0 |
| | | |||||
| * | Rename ira => LifterModelCall | Fabrice Desclaux | 2020-12-24 | 17 | -79/+78 |
| | | |||||
| * | Update ida example (use stack) | Fabrice Desclaux | 2020-12-03 | 1 | -12/+32 |
| | | |||||
| * | Add missing == operator in translators | Fabrice Desclaux | 2020-12-01 | 1 | -0/+11 |
| | | |||||
| * | Fix ida examples | Fabrice Desclaux | 2020-10-30 | 4 | -20/+30 |
| | | |||||
| * | Use blocks in ircfg instead of ir_arch | Fabrice Desclaux | 2020-10-04 | 1 | -5/+2 |
| | | |||||
| * | Update api according to loc_db update | Fabrice Desclaux | 2020-08-31 | 3 | -3/+2 |
| | | |||||
| * | IRBlock take loc_db | Fabrice Desclaux | 2020-08-31 | 2 | -3/+3 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 33 | -63/+145 |
| | | |||||
| * | Move modint in core | Fabrice Desclaux | 2020-07-21 | 1 | -2/+1 |
| | | |||||
| * | Merge pull request #1252 from serpilliere/api_dis_callback | serpilliere | 2020-06-10 | 1 | -2/+2 |
| |\ | | | | | Updt dis_block_callback; apply_splitting | ||||
| | * | Updt dis_block_callback; apply_splitting | Fabrice Desclaux | 2020-06-10 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1185 from nofiv/IDAPython74 | serpilliere | 2020-06-10 | 5 | -28/+28 |
| |\ \ | |/ |/| | Ported IDAPython code to the 7.4 version | ||||
| | * | IDAPython 7.4 porting | nofiv | 2020-04-16 | 5 | -28/+28 |
| | | | |||||
| * | | Updt propagation expression algorithm | Fabrice Desclaux | 2020-05-04 | 1 | -11/+1 |
| | | | |||||
| * | | Rework the unpack_upx example | Camille Mougey | 2020-04-28 | 1 | -32/+16 |
| |/ | |||||
| * | Fix ida graph_ir | Fabrice Desclaux | 2020-04-15 | 1 | -6/+5 |
| | | |||||
| * | Implements EXCEPT_SYSCALL (#1163) | Tek | 2020-03-28 | 1 | -0/+94 |
| | | | | | | | | * Implements EXCEPT_SYSCALL * Improves example and remove EXCEPT_PRIV_INSN call from syscall * fixes exceptions to raise or remove EXCEPTION_SYSCALL with linux x86_64 | ||||
| * | Fix Automod code | Fabrice Desclaux | 2020-02-28 | 1 | -0/+25 |
| | | |||||
| * | Analysis: dead simp to class | Fabrice Desclaux | 2020-02-14 | 4 | -41/+13 |
| | | |||||
| * | Example: add get_exports.dll | William Bruneau | 2019-12-02 | 1 | -0/+18 |
| | | |||||
| * | Example: add sc2pe.py | William Bruneau | 2019-12-02 | 1 | -0/+25 |
| | | |||||
| * | Jitter: add 'run' API | Fabrice Desclaux | 2019-11-25 | 1 | -2/+1 |
| | | |||||
| * | Fix dot 'w' open | Fabrice Desclaux | 2019-11-18 | 1 | -1/+1 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 2 | -4/+7 |
| | | | | | | | | | | | | | | | | | get_str_ansi decoded strings using utf8 and was blindly used for pure windows function (LoadLibraryA) and for stdlib functions (printf, strlen, ...) even if strlen does not use utf8... New API is: get_win_str_a/get_win_str_w and set_win_str_a/set_win_str_w for windows (respectively codepage1252/windows utf16) .Those functions should only be used in windows strings manipulations, so there are taken out of the jitter. get_c_str/set_c_str: as those functions are "classic" in OSes, they are keeped in the jitter. | ||||
| * | Merge pull request #1072 from WilliamBruneau/fix_depgraph_ida | serpilliere | 2019-10-09 | 1 | -3/+4 |
| |\ | | | | | Fix IDA depgraph example | ||||
| | * | Fix IDA depgraph example | William Bruneau | 2019-10-09 | 1 | -3/+4 |
| | | | |||||
| * | | fix int 1 handling | Louis | 2019-09-30 | 2 | -0/+12 |
| |/ | |||||
| * | Fix get_str_ansi: return str | Fabrice Desclaux | 2019-09-22 | 1 | -1/+1 |
| | | | | | | get_str_ansi and get_str_unic now returns both *str* object: As get_str_unic decodes the string, get_str_ansi should do the same. | ||||
| * | Fix example/ida/menu.py for IDA >= 7.1 | William Bruneau | 2019-07-26 | 1 | -0/+2 |
| | | |||||
| * | Loader example: test_pe: remove useless imports, comment and rename | Ajax | 2019-05-09 | 2 | -31/+33 |
| | | |||||
| * | Example: rename elfesteem -> loader | Ajax | 2019-05-09 | 2 | -0/+0 |
| | | |||||
| * | Fix paths with Python 3 | Pierre LALET | 2019-04-09 | 1 | -1/+1 |
| | | |||||
| * | Jitter: fix msp430 example | Fabrice Desclaux | 2019-03-27 | 1 | -1/+0 |
| | | |||||
| * | Rename elfesteem loader | Fabrice Desclaux | 2019-03-05 | 6 | -9/+9 |
| | | |||||
| * | Include elfesteem fork in miasm | Pierre LALET | 2019-03-05 | 6 | -5/+84 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 49 | -182/+183 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 44 | -360/+495 |
| | | |||||
| * | stack2var: move it from simplification loop to final pass | Fabrice Desclaux | 2019-02-22 | 1 | -2/+13 |
| | | | | | | | There are no points to call it in the simplification loop as it's hypothesis is that we uncover all stack accesses. Moreover, the index variable generated will collide with previous calls | ||||
| * | IR: add simplifier | Fabrice Desclaux | 2019-02-18 | 2 | -232/+55 |
| | | |||||
| * | Example: update ida api | Fabrice Desclaux | 2019-02-18 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #975 from commial/feature/objc-c-type-cache | serpilliere | 2019-02-13 | 1 | -3/+3 |
| |\ | | | | | ObjC C type cache | ||||