| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #1015 from serpilliere/updt_x86_sem | Camille Mougey | 2019-03-27 | 2 | -61/+73 | |
| |\ \ | | | | | | | X86: high level op saturation semantic | |||||
| | * | | X86: high level op saturation semantic | Fabrice Desclaux | 2019-03-26 | 2 | -61/+73 | |
| |/ / | ||||||
| * | | Merge pull request #1012 from serpilliere/fix_discard_phi_srcs | Pierre Lalet | 2019-03-22 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Analysis: fix tipo | |||||
| | * | Analysis: fix tipo | Fabrice Desclaux | 2019-03-22 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1008 from jie-lin/master | serpilliere | 2019-03-17 | 1 | -1/+1 | |
| |\ | | | | | 'tuple' object has no attribute 'op' | |||||
| | * | 'tuple' object has no attribute 'op' | Jie | 2019-03-17 | 1 | -1/+1 | |
| |/ | | | if len(left) is more than 1, it will occur 'tuple' object has no attribute 'op' | |||||
| * | Merge pull request #1007 from serpilliere/fix_license_name | Pierre Lalet | 2019-03-15 | 1 | -0/+0 | |
| |\ | | | | | Fix LICENSE name | |||||
| | * | Fix LICENSE name | Fabrice Desclaux | 2019-03-15 | 1 | -0/+0 | |
| | | | ||||||
| * | | Merge pull request #1002 from Nutigoodpipes/fix-typo | serpilliere | 2019-03-13 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Fix typo in docstring | |||||
| | * | Fix typo in docstring | Vivien Venuti | 2019-03-13 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #991 from serpilliere/arm_pkhbt | Camille Mougey | 2019-03-09 | 3 | -0/+115 | |
| |\ | | | | | pkhbt | |||||
| | * | pkhbt | Fabrice Desclaux | 2019-03-07 | 3 | -0/+115 | |
| | | | ||||||
| * | | Merge pull request #996 from commial/fix/remove_duplicate_ssa | serpilliere | 2019-03-09 | 1 | -397/+0 | |
| |\ \ | | | | | | | Remove duplicate UnSSADiGraph, already in unssa.py | |||||
| | * | | Remove duplicate UnSSADiGraph, already in unssa.py | Ajax | 2019-03-08 | 1 | -397/+0 | |
| |/ / | ||||||
| * | | Merge pull request #995 from serpilliere/version_in_setup | Camille Mougey | 2019-03-08 | 3 | -4/+87 | |
| |\ \ | |/ |/| | Version in setup | |||||
| | * | Setup: add version to setup for future pip | Fabrice Desclaux | 2019-03-07 | 2 | -3/+86 | |
| | | | ||||||
| | * | Test: Fix docker with python 3.5 | Fabrice Desclaux | 2019-03-07 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #990 from serpilliere/support_python2_python3 | Camille Mougey | 2019-03-07 | 343 | -4670/+12074 | |
| |\ | | | | | Support python2 python3 | |||||
| | * | Rename elfesteem loader | Fabrice Desclaux | 2019-03-05 | 25 | -37/+37 | |
| | | | ||||||
| | * | Add dockerfile | Fabrice Desclaux | 2019-03-05 | 1 | -0/+43 | |
| | | | ||||||
| | * | Include elfesteem fork in miasm | Pierre LALET | 2019-03-05 | 28 | -33/+6058 | |
| | | | ||||||
| | * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 297 | -1055/+1058 | |
| | | | ||||||
| | * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 255 | -3694/+5027 | |
| |/ | ||||||
| * | Merge pull request #984 from commial/feature/remove_bp_by_addr | serpilliere | 2019-02-22 | 1 | -17/+31 | |
| |\ | | | | | Add a "remove_breakpoints_by_address" capability to jitter | |||||
| | * | CallbackHandler: 'name' -> 'key' | Ajax | 2019-02-22 | 1 | -22/+22 | |
| | | | ||||||
| | * | Add a "remove_breakpoints_by_address" capability to jitter | Ajax | 2019-02-21 | 1 | -0/+14 | |
| | | | ||||||
| * | | Merge pull request #985 from serpilliere/fix_propagation | Camille Mougey | 2019-02-22 | 2 | -14/+29 | |
| |\ \ | | | | | | | Fix propagation | |||||
| | * | | stack2var: move it from simplification loop to final pass | Fabrice Desclaux | 2019-02-22 | 2 | -10/+26 | |
| | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | | Dataflow: fix mem propagation | Fabrice Desclaux | 2019-02-22 | 1 | -4/+3 | |
| |/ / | ||||||
| * | | Merge pull request #981 from hax0kartik/patch-1 | serpilliere | 2019-02-21 | 2 | -1/+2 | |
| |\ \ | | | | | | | implement NOP for arm and fix ldrsb | |||||
| | * | | Fix ldrsb | Kartik | 2019-02-20 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | implement NOP for arm | Kartik | 2019-02-19 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge pull request #983 from serpilliere/fix_x86_tsc | Camille Mougey | 2019-02-20 | 4 | -27/+14 | |
| |\ \ \ | | | | | | | | | X86: makes tsc 64 bit instead of 2 32bits regs | |||||
| | * | | | X86: makes tsc 64 bit instead of 2 32bits regs | Fabrice Desclaux | 2019-02-20 | 4 | -27/+14 | |
| |/ / / | ||||||
| * | | | Merge pull request #976 from serpilliere/passes_simplifier | Camille Mougey | 2019-02-19 | 7 | -372/+705 | |
| |\ \ \ | | | | | | | | | Passes simplifier | |||||
| | * | | | SSA: ensure graph head has no predecessors | Fabrice Desclaux | 2019-02-18 | 1 | -2/+39 | |
| | | | | | ||||||
| | * | | | Fix has_call test | Fabrice Desclaux | 2019-02-18 | 1 | -21/+3 | |
| | | | | | ||||||
| | * | | | SSA: head should not be in loops | Fabrice Desclaux | 2019-02-18 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Merge blocks: don't create predecessors for heads | Fabrice Desclaux | 2019-02-18 | 2 | -16/+64 | |
| | | | | | ||||||
| | * | | | Data flow: propagate phi with identical sources | Fabrice Desclaux | 2019-02-18 | 1 | -3/+47 | |
| | | | | | ||||||
| | * | | | Use AssignblkNode | Fabrice Desclaux | 2019-02-18 | 1 | -24/+25 | |
| | | | | | ||||||
| | * | | | IR: add simplifier | Fabrice Desclaux | 2019-02-18 | 6 | -291/+516 | |
| | | | | | ||||||
| | * | | | SSA: inserted var are not immutable | Fabrice Desclaux | 2019-02-18 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Propagation: Don't propagate immutable registers | Fabrice Desclaux | 2019-02-18 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | Dataflow: use AssignblkNode in SSADefUse | Fabrice Desclaux | 2019-02-18 | 1 | -25/+19 | |
| | | | | | ||||||
| * | | | | Merge pull request #980 from hax0kartik/patch-1 | serpilliere | 2019-02-19 | 1 | -0/+1 | |
| |\ \ \ \ | |/ / / |/| / / | |/ / | Implement rev16 for arm | |||||
| | * / | Implement rev16 for arm | Kartik | 2019-02-19 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | Merge pull request #977 from serpilliere/fix_ida_example | Nutigp | 2019-02-18 | 2 | -3/+3 | |
| |\ \ | |/ |/| | Example: update ida api | |||||
| | * | Example: update ida api | Fabrice Desclaux | 2019-02-18 | 2 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #973 from su-vikas/master | serpilliere | 2019-02-13 | 1 | -2/+2 | |
| |\ | | | | | Fix for bin_stream_ida after change in shift_offset API | |||||