| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add regression test for aarch64_immhi_page | AeonLucid | 2024-08-10 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #1486 from serpilliere/fix_aarch64_cmp | serpilliere | 2024-04-28 | 1 | -0/+3 |
| |\ | | | | | Fix add/sub aarch64 | ||||
| | * | Fix add/sub aarch64 | Fabrice Desclaux | 2024-04-27 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #1474 from DimitriPapadopoulos/codespell | serpilliere | 2024-03-28 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix typos found by codespell | ||||
| | * | | Fix typos found by codespell | Dimitri Papadopoulos | 2024-03-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #1457 from W0ni/arm_handle_cf_shifters | serpilliere | 2024-03-21 | 2 | -3/+59 |
| |\ \ \ | |/ / |/| | | [ARM] compute cf for shift/rotate | ||||
| | * | | Add MOV and MOVS tests for [AL]SR | woni | 2024-03-14 | 1 | -1/+6 |
| | | | | |||||
| | * | | Add tests for MOVS and isThumb utility function | woni | 2023-09-13 | 1 | -0/+51 |
| | | | | |||||
| | * | | Fix disassembly bug | woni | 2023-09-13 | 1 | -2/+2 |
| | |/ | |||||
| * / | Use regex literals for re.* functions | Duncan Ogilvie | 2024-01-06 | 1 | -1/+1 |
| |/ | |||||
| * | Fix html; Add reg test | Fabrice Desclaux | 2021-12-06 | 6 | -0/+7 |
| | | |||||
| * | Add aarch64 strlrxx | Fabrice Desclaux | 2021-10-29 | 1 | -0/+5 |
| | | |||||
| * | x86_64 Fix multiple REX prefix instruction disasm (#1376) | Konstantin Komarov | 2021-07-03 | 1 | -0/+7 |
| | | | | | Fix multiple rex prefixes | ||||
| * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 2 | -2/+2 |
| | | |||||
| * | Fix ADD/SUB; Add CMN | Fabrice Desclaux | 2021-02-14 | 1 | -0/+4 |
| | | |||||
| * | Rename ir_arch for jitter | Fabrice Desclaux | 2020-12-25 | 2 | -25/+25 |
| | | |||||
| * | Rename examples lifter | Fabrice Desclaux | 2020-12-25 | 4 | -35/+35 |
| | | |||||
| * | Rename LifterModelCallMep | Fabrice Desclaux | 2020-12-24 | 2 | -4/+4 |
| | | |||||
| * | Rename msp430 lifter | Fabrice Desclaux | 2020-12-24 | 1 | -1/+1 |
| | | |||||
| * | Rename mep lifter | Fabrice Desclaux | 2020-12-24 | 2 | -4/+4 |
| | | |||||
| * | Rename ppc32 lifter | Fabrice Desclaux | 2020-12-24 | 1 | -1/+1 |
| | | |||||
| * | Rename arm lifter | Fabrice Desclaux | 2020-12-24 | 1 | -1/+1 |
| | | |||||
| * | Rename x86 lifter | Fabrice Desclaux | 2020-12-24 | 2 | -2/+2 |
| | | |||||
| * | Rename ira => LifterModelCall | Fabrice Desclaux | 2020-12-24 | 2 | -2/+2 |
| | | |||||
| * | [AARCH64] add another test extr | w4kfu | 2020-11-19 | 1 | -0/+2 |
| | | |||||
| * | Add test units | IridiumXOR | 2020-09-23 | 1 | -0/+10 |
| | | |||||
| * | Update api according to loc_db update | Fabrice Desclaux | 2020-08-31 | 9 | -15/+18 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 10 | -37/+53 |
| | | |||||
| * | Support to ALL system register for AARCH64 (#1251) | IridiumXOR | 2020-06-19 | 1 | -6/+6 |
| | | | | | * Support to ALL system register for AARCH64 | ||||
| * | Wrong conditional prefix for MRC/MCR (#1233) | IridiumXOR | 2020-05-28 | 1 | -0/+5 |
| | | | | | | | | * Wrong conditional prefix for MRC/MCR Sorry, I have wrongly implemented the conditional code for MRC/MCR, now I have fix them. * Add test units for conditional MRC/MCR | ||||
| * | Merge pull request #1229 from IridiumXOR/mips_new_ops | serpilliere | 2020-05-23 | 1 | -0/+21 |
| |\ | | | | | Mips new opcodes + bugfix | ||||
| | * | Add test cases and fix args order | IridiumXOR | 2020-05-22 | 1 | -0/+21 |
| | | | |||||
| * | | Add test units for MCR/MRC | IridiumXOR | 2020-05-19 | 1 | -0/+4 |
| |/ | |||||
| * | Add new MIPS opcodes (#1203) | IridiumXOR | 2020-04-29 | 1 | -0/+17 |
| | | | | | | * Add new MIPS opcodes * Add test for new opcodes and remove semantics for not implemented opcodes | ||||
| * | Initial support for floating point and Altivec instructions in PPC arch (#1141) | IridiumXOR | 2020-04-28 | 1 | -0/+8 |
| | | | | | | | | * Initial support for floating point and altivec instructions * Add fpr in .codespell_ignore and correct a typo * Add regression test for floating and Altivec ops | ||||
| * | Use int(expr) instead of expr.arg.arg | Fabrice Desclaux | 2020-04-03 | 2 | -5/+7 |
| | | |||||
| * | X86: add instr | Fabrice Desclaux | 2019-11-21 | 1 | -0/+4 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | Aarch64: add ldarb | Fabrice Desclaux | 2019-10-31 | 1 | -0/+2 |
| | | |||||
| * | Add a few PPC32 tests | Aymeric Vincent | 2019-09-25 | 2 | -0/+246 |
| | | |||||
| * | Fix get_str_ansi: return str | Fabrice Desclaux | 2019-09-22 | 2 | -34/+34 |
| | | | | | | 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 tipo | Fabrice Desclaux | 2019-05-18 | 2 | -3/+3 |
| | | |||||
| * | Add CET instructions (#1003) | William Bruneau | 2019-04-05 | 1 | -0/+20 |
| | | | | | | | * Add CET instructions * Fix RDSSP | ||||
| * | pkhbt | Fabrice Desclaux | 2019-03-07 | 1 | -0/+10 |
| | | |||||
| * | Rename elfesteem loader | Fabrice Desclaux | 2019-03-05 | 3 | -3/+3 |
| | | |||||
| * | Include elfesteem fork in miasm | Pierre LALET | 2019-03-05 | 3 | -3/+3 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 40 | -119/+119 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 60 | -540/+612 |
| | | |||||
| * | Support for REP instruction prefix (#956) | Vladislav HrĨka | 2019-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added function find_path_by_successors The function find_path_by_successors does the same as function find_path, but it searches the paths from src to dst, not vice versa like find_path, which might be more efficient in some cases. * Added support for REP instruction prefix Added support for REP instruction prefix * Added support for REP instruction prefix Added support for REP instruction prefix * Added support for REP prefix According to https://c9x.me/x86/html/file_module_x86_id_279.html 0xF3AD is REP LODSD and not REPE LODSD * Added REP instruction prefix support fix Added REP instruction prefix support fix * Added REP instruction prefix support fix Added REP instruction prefix support and REPNZ, REPZ aliases * Fix of adding REP instruction prefix Fixing https://github.com/cea-sec/miasm/pull/956#discussion_r253361754. I also put https://github.com/nofiv/miasm/edit/master/miasm2/arch/x86/arch.py#diff-f7dd74dede0a04f194dff140d0976b98L739 behind the loop since it seems to be serving similar purpose. * Fix of the added REP intruction prefix Fixing https://github.com/cea-sec/miasm/pull/956#discussion_r253361339 * Discard changes Creating another PR for this * Update arch.py | ||||
| * | Add ENDBR64 and ENDBR32 instructions | William Bruneau | 2019-02-05 | 1 | -0/+5 |
| | | |||||