| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-02-18 | Fix has_call test | Fabrice Desclaux | 1 | -21/+3 | |
| 2019-02-18 | SSA: head should not be in loops | Fabrice Desclaux | 1 | -0/+1 | |
| 2019-02-18 | Merge blocks: don't create predecessors for heads | Fabrice Desclaux | 2 | -16/+64 | |
| 2019-02-18 | Data flow: propagate phi with identical sources | Fabrice Desclaux | 1 | -3/+47 | |
| 2019-02-18 | Use AssignblkNode | Fabrice Desclaux | 1 | -24/+25 | |
| 2019-02-18 | IR: add simplifier | Fabrice Desclaux | 6 | -291/+516 | |
| 2019-02-18 | SSA: inserted var are not immutable | Fabrice Desclaux | 1 | -1/+0 | |
| 2019-02-18 | Propagation: Don't propagate immutable registers | Fabrice Desclaux | 1 | -0/+2 | |
| 2019-02-18 | Dataflow: use AssignblkNode in SSADefUse | Fabrice Desclaux | 1 | -25/+19 | |
| 2019-02-18 | Example: update ida api | Fabrice Desclaux | 2 | -3/+3 | |
| 2019-02-13 | Add a cache for C types | Ajax | 3 | -12/+30 | |
| 2019-02-13 | CHandler: make struct_expr_types optional | Ajax | 1 | -1/+3 | |
| 2019-02-13 | changed self.shift to self.base_address | Vikas Gupta | 1 | -2/+2 | |
| 2019-02-13 | C test: fix typo | Fabrice Desclaux | 1 | -1/+1 | |
| 2019-02-12 | lstrcat fix (#968) | Vladislav Hrčka | 1 | -4/+4 | |
| my_lstrcat couldn't process unicode strings before | |||||
| 2019-02-12 | Symbexec: fix contain use | Fabrice Desclaux | 1 | -28/+0 | |
| 2019-02-12 | Remove old api support | Fabrice Desclaux | 8 | -193/+53 | |
| 2019-02-12 | CI: transform warnings into error | Fabrice Desclaux | 2 | -4/+2 | |
| 2019-02-12 | Add simp cst == X+ cst; X ^cst = cst | Fabrice Desclaux | 2 | -22/+52 | |
| 2019-02-12 | Add simplifications | Fabrice Desclaux | 4 | -10/+88 | |
| 2019-02-12 | IR: del unused edges during IR simplifications | Fabrice Desclaux | 5 | -51/+625 | |
| 2019-02-12 | SSA: fix unused var | Fabrice Desclaux | 1 | -1/+0 | |
| 2019-02-11 | API: replace shift_offset by base_address | Fabrice Desclaux | 3 | -23/+27 | |
| WARNING: base address is the negative of shift_offset | |||||
| 2019-02-08 | X86: fix popfw semantic | Fabrice Desclaux | 1 | -1/+1 | |
| 2019-02-08 | Translator/z3: fix tipo in z3 cmp operators | Fabrice Desclaux | 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." | |||||
| 2019-02-08 | Added description | Vladislav Hrčka | 1 | -1/+14 | |
| Added description according to: https://github.com/cea-sec/miasm/pull/963#issuecomment-461737259. Also added docstring for find_path | |||||
| 2019-02-08 | Added function find_path_from_src | Vladislav Hrčka | 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. | |||||
| 2019-02-07 | Support for REP instruction prefix (#956) | Vladislav Hrčka | 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 | |||||
| 2019-02-05 | Add ENDBR64 and ENDBR32 instructions | William Bruneau | 3 | -0/+17 | |
| 2019-02-04 | bin_stream: check negative offset | Fabrice Desclaux | 1 | -0/+8 | |
| 2019-02-03 | Binary: add more elf symbols | Fabrice Desclaux | 2 | -0/+30 | |
| 2019-02-03 | Location: known_offset can be None | Fabrice Desclaux | 1 | -1/+4 | |
| 2019-01-27 | PPC: Explicit flags | Fabrice Desclaux | 1 | -13/+12 | |
| 2019-01-27 | Jitter: support high level flags | Fabrice Desclaux | 4 | -11/+190 | |
| 2019-01-27 | Aarch64: add lda/stl | Fabrice Desclaux | 3 | -0/+28 | |
| 2019-01-26 | Simplifications: simplify slice of op | Fabrice Desclaux | 1 | -3/+11 | |
| 2019-01-17 | Release v0.1.1 | Fabrice Desclaux | 1 | -0/+20 | |
| 2019-01-17 | Fix bad english | Fabrice Desclaux | 14 | -37/+37 | |
| 2019-01-17 | Armt: fix flags update in ITT blocks | Fabrice Desclaux | 1 | -1/+38 | |
| 2019-01-17 | Armt: fix cmn | Fabrice Desclaux | 2 | -1/+6 | |
| 2019-01-16 | Code clean-up and comment | Ajax | 1 | -80/+127 | |
| 2019-01-16 | Example/IDA: updt graph ir + menu | Fabrice Desclaux | 2 | -126/+215 | |
| 2019-01-16 | Example/Full: dont modify ircfg in ssa form | Fabrice Desclaux | 1 | -3/+0 | |
| 2019-01-16 | Example: del unnecessary dup dst in blocks | Fabrice Desclaux | 1 | -5/+2 | |
| 2019-01-16 | Test: add an unssa reg test | Fabrice Desclaux | 2 | -6/+659 | |
| 2019-01-16 | Analysis: fix unssa algorithm | Fabrice Desclaux | 2 | -113/+549 | |
| 2019-01-15 | Analysis: add liveness analysis | Fabrice Desclaux | 1 | -1/+207 | |
| 2019-01-15 | SSA: make ssa_variable_to_expr public | Fabrice Desclaux | 3 | -11/+11 | |
| 2019-01-15 | Expressions/Simplifications: clean code | Fabrice Desclaux | 1 | -60/+91 | |
| 2019-01-15 | Expression: add simplifications | Fabrice Desclaux | 3 | -27/+443 | |