| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | changed self.shift to self.base_address | Vikas Gupta | 2019-02-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #975 from commial/feature/objc-c-type-cache | serpilliere | 2019-02-13 | 3 | -13/+33 | |
| |\ \ | | | | | | | ObjC C type cache | |||||
| | * | | Add a cache for C types | Ajax | 2019-02-13 | 3 | -12/+30 | |
| | | | | ||||||
| | * | | CHandler: make struct_expr_types optional | Ajax | 2019-02-13 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Merge pull request #974 from serpilliere/ctype_typo | Camille Mougey | 2019-02-13 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | C test: fix typo | |||||
| | * | | C test: fix typo | Fabrice Desclaux | 2019-02-13 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #969 from serpilliere/fix_deprecated_api | Camille Mougey | 2019-02-12 | 8 | -221/+53 | |
| |\ \ | | | | | | | Fix deprecated api | |||||
| | * | | Symbexec: fix contain use | Fabrice Desclaux | 2019-02-12 | 1 | -28/+0 | |
| | | | | ||||||
| | * | | Remove old api support | Fabrice Desclaux | 2019-02-12 | 8 | -193/+53 | |
| | | | | ||||||
| * | | | lstrcat fix (#968) | Vladislav Hrčka | 2019-02-12 | 1 | -4/+4 | |
| | | | | | | | | | | my_lstrcat couldn't process unicode strings before | |||||
| * | | | Merge pull request #958 from serpilliere/simp_cond_add | Camille Mougey | 2019-02-12 | 4 | -32/+140 | |
| |\ \ \ | | | | | | | | | Add simplifications | |||||
| | * | | | Add simp cst == X+ cst; X ^cst = cst | Fabrice Desclaux | 2019-02-12 | 2 | -22/+52 | |
| | | | | | ||||||
| | * | | | Add simplifications | Fabrice Desclaux | 2019-02-12 | 4 | -10/+88 | |
| | |/ / | ||||||
| * | | | Merge pull request #967 from serpilliere/ci_warning_error | Camille Mougey | 2019-02-12 | 2 | -4/+2 | |
| |\ \ \ | |/ / |/| | | CI: transform warnings into error | |||||
| | * | | CI: transform warnings into error | Fabrice Desclaux | 2019-02-12 | 2 | -4/+2 | |
| |/ / | ||||||
| * | | Merge pull request #955 from serpilliere/del_unused_dst_in_ir_simp | Camille Mougey | 2019-02-12 | 5 | -52/+625 | |
| |\ \ | | | | | | | Del unused dst in ir simp | |||||
| | * | | IR: del unused edges during IR simplifications | Fabrice Desclaux | 2019-02-12 | 5 | -51/+625 | |
| | | | | ||||||
| | * | | SSA: fix unused var | Fabrice Desclaux | 2019-02-12 | 1 | -1/+0 | |
| |/ / | ||||||
| * | | Merge pull request #964 from serpilliere/base_address | a-vincent | 2019-02-11 | 3 | -23/+27 | |
| |\ \ | | | | | | | API: replace shift_offset by base_address | |||||
| | * | | API: replace shift_offset by base_address | Fabrice Desclaux | 2019-02-11 | 3 | -23/+27 | |
| |/ / | | | | | | | WARNING: base address is the negative of shift_offset | |||||
| * | | Merge pull request #953 from serpilliere/elf_add_sym | Camille Mougey | 2019-02-11 | 2 | -1/+34 | |
| |\ \ | | | | | | | Elf add sym | |||||
| | * | | Binary: add more elf symbols | Fabrice Desclaux | 2019-02-03 | 2 | -0/+30 | |
| | | | | ||||||
| | * | | Location: known_offset can be None | Fabrice Desclaux | 2019-02-03 | 1 | -1/+4 | |
| | |/ | ||||||
| * | | Merge pull request #966 from serpilliere/fix_popfw | Camille Mougey | 2019-02-11 | 1 | -1/+1 | |
| |\ \ | | | | | | | X86: fix popfw semantic | |||||
| | * | | X86: fix popfw semantic | Fabrice Desclaux | 2019-02-08 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #965 from serpilliere/fix_z3_cmp_op | Camille Mougey | 2019-02-08 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | Translator/z3: fix tipo in z3 cmp operators | |||||
| | * | | | Translator/z3: fix tipo in z3 cmp operators | Fabrice Desclaux | 2019-02-08 | 1 | -2/+2 | |
| | |/ / | | | | | | | | | | | | | | | | As stated in https://github.com/Z3Prover/z3/blob/master/src/api/python/z3/z3.py "Use the operator <= for signed less than or equal to." | |||||
| * | | | Merge pull request #963 from nofiv/find_path_from_src | Camille Mougey | 2019-02-08 | 1 | -0/+35 | |
| |\ \ \ | |/ / |/| | | Added function find_path_from_src | |||||
| | * | | Added description | Vladislav Hrčka | 2019-02-08 | 1 | -1/+14 | |
| | | | | | | | | | | Added description according to: https://github.com/cea-sec/miasm/pull/963#issuecomment-461737259. Also added docstring for find_path | |||||
| | * | | Added function find_path_from_src | Vladislav Hrčka | 2019-02-08 | 1 | -0/+22 | |
| |/ / | | | | | The function find_path_from_src 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. | |||||
| * | | Support for REP instruction prefix (#956) | Vladislav Hrčka | 2019-02-07 | 3 | -21/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | | Merge pull request #960 from WilliamBruneau/add_endbr | serpilliere | 2019-02-05 | 3 | -0/+17 | |
| |\ \ | | | | | | | Add ENDBR64 and ENDBR32 instructions | |||||
| | * | | Add ENDBR64 and ENDBR32 instructions | William Bruneau | 2019-02-05 | 3 | -0/+17 | |
| |/ / | ||||||
| * | | Merge pull request #959 from serpilliere/fix_neg_getbytes | Camille Mougey | 2019-02-05 | 1 | -0/+8 | |
| |\ \ | |/ |/| | bin_stream: check negative offset | |||||
| | * | bin_stream: check negative offset | Fabrice Desclaux | 2019-02-04 | 1 | -0/+8 | |
| |/ | ||||||
| * | Merge pull request #950 from serpilliere/aarch64_add_mn | Camille Mougey | 2019-02-03 | 3 | -0/+28 | |
| |\ | | | | | Aarch64 add mn | |||||
| | * | Aarch64: add lda/stl | Fabrice Desclaux | 2019-01-27 | 3 | -0/+28 | |
| | | | ||||||
| * | | Merge pull request #952 from serpilliere/ppc_explicit_flags | Camille Mougey | 2019-02-03 | 5 | -24/+202 | |
| |\ \ | | | | | | | PPC: Explicit flags | |||||
| | * | | PPC: Explicit flags | Fabrice Desclaux | 2019-01-27 | 1 | -13/+12 | |
| | | | | ||||||
| | * | | Jitter: support high level flags | Fabrice Desclaux | 2019-01-27 | 4 | -11/+190 | |
| | |/ | ||||||
| * | | Merge pull request #946 from serpilliere/fix_armt_itt_flags | Camille Mougey | 2019-01-30 | 1 | -1/+38 | |
| |\ \ | |/ |/| | Armt: fix flags update in ITT blocks | |||||
| | * | Armt: fix flags update in ITT blocks | Fabrice Desclaux | 2019-01-17 | 1 | -1/+38 | |
| | | | ||||||
| * | | Merge pull request #951 from serpilliere/simp_slice | Camille Mougey | 2019-01-27 | 1 | -3/+11 | |
| |\ \ | | | | | | | Simplifications: simplify slice of op | |||||
| | * | | Simplifications: simplify slice of op | Fabrice Desclaux | 2019-01-26 | 1 | -3/+11 | |
| |/ / | ||||||
| * | | Merge pull request #948 from serpilliere/release_v0.1.1 | Camille Mougey | 2019-01-17 | 1 | -0/+20 | |
| |\ \ | | | | | | | Release v0.1.1 | |||||
| | * | | Release v0.1.1 | Fabrice Desclaux | 2019-01-17 | 1 | -0/+20 | |
| |/ / | ||||||
| * | | Merge pull request #945 from serpilliere/fix_armt_cmn | Camille Mougey | 2019-01-17 | 2 | -1/+6 | |
| |\ \ | | | | | | | Armt: fix cmn | |||||
| | * | | Armt: fix cmn | Fabrice Desclaux | 2019-01-17 | 2 | -1/+6 | |
| | | | | ||||||
| * | | | Merge pull request #944 from serpilliere/fix_assignment | Camille Mougey | 2019-01-17 | 14 | -37/+37 | |
| |\ \ \ | |_|/ |/| | | Fix bad english | |||||
| | * | | Fix bad english | Fabrice Desclaux | 2019-01-17 | 14 | -37/+37 | |
| |/ / | ||||||