| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix interfer computation | Fabrice Desclaux | 2021-08-02 | 1 | -4/+15 | |
| | | | ||||||
| * | | x86_64 Fix multiple REX prefix instruction disasm (#1376) | Konstantin Komarov | 2021-07-03 | 2 | -3/+14 | |
| |/ | | | | Fix multiple rex prefixes | |||||
| * | Merge pull request #1374 from serpilliere/opt_mem_access | serpilliere | 2021-06-18 | 1 | -7/+11 | |
| |\ | | | | | Optimise heap manipulation for mem accesses | |||||
| | * | Optimise heap manipulation for mem accesses | Fabrice Desclaux | 2021-06-10 | 1 | -7/+11 | |
| | | | ||||||
| * | | Merge pull request #1373 from su-vikas/master | serpilliere | 2021-06-10 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Updated IDA API call for IDA 7.x | |||||
| | * | 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 | |||||
| * | Merge pull request #1370 from serpilliere/symbols_str | serpilliere | 2021-06-08 | 14 | -269/+270 | |
| |\ | | | | | Symbols are str instead of bytes | |||||
| | * | Symbols are str instead of bytes | Fabrice Desclaux | 2021-06-08 | 14 | -269/+270 | |
| |/ | ||||||
| * | Merge pull request #1368 from Summus-git/replace_run_bool | serpilliere | 2021-05-06 | 21 | -28/+28 | |
| |\ | | | | | Replace jitter.run boolean by jitter.running | |||||
| | * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 21 | -28/+28 | |
| |/ | ||||||
| * | Merge pull request #1360 from clslgrnc/dockerfile | serpilliere | 2021-03-30 | 1 | -17/+30 | |
| |\ | | | | | Fix Dockerfile (UnicodeEncodeError) | |||||
| | * | Dockerfile: drop python2 and improve docker cache usage | clslgrnc | 2021-03-17 | 1 | -15/+28 | |
| | | | ||||||
| | * | MAINTAINER in Dockerfile is deprecated | clslgrnc | 2021-03-17 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update stretch to buster in Dockerfile | clslgrnc | 2021-03-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #1362 from THUzxj/master | serpilliere | 2021-03-26 | 1 | -43/+43 | |
| |\ \ | | | | | | | Fix sem.py in MIPS32 | |||||
| | * | | Fix m2_expr import in sem.py in MIPS32 | THUzxj | 2021-03-23 | 1 | -39/+39 | |
| | | | | ||||||
| | * | | Fix sb & sh instruction in MIPS32 #1361 | THUzxj | 2021-03-23 | 1 | -4/+4 | |
| |/ / | ||||||
| * | | Merge pull request #1359 from yasong/master | serpilliere | 2021-03-17 | 1 | -1/+1 | |
| |\ \ | |/ |/| | irb_out_ndes -> irb_out_nodes | |||||
| | * | irb_out_ndes -> irb_out_nodes | gh0st | 2021-03-17 | 1 | -1/+1 | |
| |/ | ||||||
| * | README: A few fixes (#1358) | Alexandre-Xavier Labonté-Lamoureux | 2021-03-13 | 1 | -6/+6 | |
| | | | | | | | | * README.md: Fix typo 'too' -> 'tool' * README.md: Line up colons * README.md: Fix capitalization of acronyms | |||||
| * | Merge pull request #1357 from WilliamBruneau/exception_pretty_print | serpilliere | 2021-03-04 | 4 | -3/+46 | |
| |\ | | | | | Display exception flag on jitter exceptions | |||||
| | * | Pretty print jitter exception flag | William Bruneau | 2021-02-24 | 2 | -1/+28 | |
| | | | ||||||
| | * | Display exception flag on jitter exceptions | William Bruneau | 2021-02-24 | 3 | -3/+19 | |
| |/ | ||||||
| * | Merge pull request #1356 from serpilliere/updt_aarch64 | serpilliere | 2021-02-15 | 3 | -2/+45 | |
| |\ | | | | | Fix ADD/SUB; Add CMN | |||||
| | * | Fix ADD/SUB; Add CMN | Fabrice Desclaux | 2021-02-14 | 3 | -2/+45 | |
| | | | ||||||
| * | | Merge pull request #1355 from Ana06/fix-setup | serpilliere | 2021-02-08 | 1 | -0/+1 | |
| |\ \ | |/ |/| | Add future to install_requires in setup | |||||
| | * | Add dependencies to install_requires in setup | Ana María Martínez Gómez | 2021-02-08 | 1 | -0/+1 | |
| |/ | | | | | | Add `future` and `pyparsing` to `install_requires` in setup.py as miasm requires them to run correctly. This way they are installed when installing miasm with pip. | |||||
| * | Merge pull request #1353 from serpilliere/fix_ircfg_name | serpilliere | 2021-01-21 | 3 | -29/+12 | |
| |\ | | | | | Fix ircfg_a names | |||||
| | * | Fix ircfg_a names | Fabrice Desclaux | 2021-01-19 | 3 | -29/+12 | |
| | | | ||||||
| * | | Merge pull request #1350 from carolineLe/fix_dll_get_export_example | serpilliere | 2021-01-17 | 1 | -2/+4 | |
| |\ \ | |/ |/| | Example/loader: add loc_db to Container.from_stream | |||||
| | * | Example/loader: add loc_db to Container.from_stream | Caroline Leman | 2021-01-14 | 1 | -2/+4 | |
| |/ | ||||||
| * | Merge pull request #1346 from serpilliere/updt_aarch64_sem | serpilliere | 2021-01-10 | 1 | -1/+6 | |
| |\ | | | | | Aarch64: add ldar/stlr | |||||
| | * | Aarch64: add ldar/stlr | Fabrice Desclaux | 2021-01-09 | 1 | -1/+6 | |
| |/ | ||||||
| * | Merge pull request #1342 from serpilliere/add_extended_test_flags | serpilliere | 2020-12-29 | 1 | -0/+2 | |
| |\ | | | | | Add extended tests ir | |||||
| | * | Add extended tests ir | Fabrice Desclaux | 2020-12-29 | 1 | -0/+2 | |
| |/ | ||||||
| * | Merge pull request #1341 from serpilliere/rm_debug | serpilliere | 2020-12-29 | 1 | -1/+0 | |
| |\ | | | | | Rm debug | |||||
| | * | Rm debug | Fabrice Desclaux | 2020-12-29 | 1 | -1/+0 | |
| |/ | ||||||
| * | Merge pull request #1340 from serpilliere/add_simplification_flag_sub_cf | serpilliere | 2020-12-28 | 3 | -0/+24 | |
| |\ | | | | | Add simplification | |||||
| | * | Add simplification | Fabrice Desclaux | 2020-12-28 | 3 | -0/+24 | |
| |/ | | | | | The simplification added in ce175bb51 may take reduction before simp_cc_conds. This add simplifications for remaining case. | |||||
| * | Merge pull request #1338 from serpilliere/fix_propag_expr | serpilliere | 2020-12-28 | 1 | -3/+1 | |
| |\ | | | | | Fix unused var | |||||
| | * | Fix unused var | Fabrice Desclaux | 2020-12-27 | 1 | -3/+1 | |
| |/ | ||||||
| * | Merge pull request #1337 from timgates42/bugfix_typo_corresponding | serpilliere | 2020-12-26 | 1 | -1/+1 | |
| |\ | | | | | docs: fix simple typo, corresponoding -> corresponding | |||||
| | * | docs: fix simple typo, corresponoding -> corresponding | Tim Gates | 2020-12-26 | 1 | -1/+1 | |
| |/ | | | | | | There is a small typo in miasm/expression/parser.py. Should read `corresponding` rather than `corresponoding`. | |||||
| * | Merge pull request #1335 from serpilliere/rename_ir_arch | serpilliere | 2020-12-26 | 45 | -365/+380 | |
| |\ | | | | | Rename ir arch | |||||
| | * | Rename ir_arch for jitter | Fabrice Desclaux | 2020-12-25 | 18 | -156/+167 | |
| | | | ||||||
| | * | Rename examples lifter | Fabrice Desclaux | 2020-12-25 | 27 | -209/+213 | |
| | | | ||||||
| * | | Merge pull request #1336 from serpilliere/rm_debug | serpilliere | 2020-12-25 | 1 | -2/+0 | |
| |\ \ | |/ |/| | Remove debug | |||||
| | * | Remove debug | Fabrice Desclaux | 2020-12-25 | 1 | -2/+0 | |
| |/ | ||||||
| * | Merge pull request #1333 from nofiv/patch-6 | serpilliere | 2020-12-25 | 1 | -1/+0 | |
| |\ | | | | | removed duplicate assignment | |||||
| | * | removed duplicate assignment | Vladislav Hrčka | 2020-12-25 | 1 | -1/+0 | |
| |/ | | | jitter was initiated on both line 25 and 28 | |||||