Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS builds with travis #930

Open
wants to merge 79 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 25, 2018

  1. Fix MacOS 10.14 build

    blackb0x101 committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    c06559b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Fix linking issue on MacOs

    Set LC_ID_DYLIB to full path to library dir under python's site-packages
    blackb0x101 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    81d1050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddbd0db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4172d71 View commit details
    Browse the repository at this point in the history
  4. Simplifications: simplify by default high level op

    Simplifify by default high level operators (<u, ...) with pure cst as arguments
    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    d949906 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9f2a10 View commit details
    Browse the repository at this point in the history
  6. Simplifications: fix hl cond reduction

    Match code to comment
    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    bc5e45d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f64633 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b04082d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3bf2e4 View commit details
    Browse the repository at this point in the history
  10. Sandbox: change use_seh

    Option name change: use-windows-structs instead of use-seh.
    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    bb4ec81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    324ee16 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca3a5c3 View commit details
    Browse the repository at this point in the history
  13. All: updt api

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    5439fe6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    afa80dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    09ce49a View commit details
    Browse the repository at this point in the history
  16. fix TypeError in C translator

    w4kfu authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    1860c62 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a422fd6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ba275da View commit details
    Browse the repository at this point in the history
  19. Release v0.1.0

    commial authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    304db31 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e05a46e View commit details
    Browse the repository at this point in the history
  21. Add Gitter badge

    gitter-badger authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    1c37ee8 View commit details
    Browse the repository at this point in the history
  22. fix simplification that delete affectation

    Revert "X86 sem : mov assignexpr rot / shift"
    w4kfu authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    d5aa9e9 View commit details
    Browse the repository at this point in the history
  23. fix TypeError in C translator

    w4kfu authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    abab0b8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d80b846 View commit details
    Browse the repository at this point in the history
  25. X86 SEM CMOV : add assignation

    w4kfu authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    dc095e6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5ee5aa3 View commit details
    Browse the repository at this point in the history
  27. add ssa graph to ida (cea-sec#886)

    Example: Add ssa graph to ida
    ponpon19 authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    2182ee3 View commit details
    Browse the repository at this point in the history
  28. Core/Asmblock: fix null starting block condition

    Updt the code to reflect heuristic:
    "Don't disassemble if the basic block starts with null bytes"
    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    e978fb3 View commit details
    Browse the repository at this point in the history
  29. Add x86 reg tests

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    860ff76 View commit details
    Browse the repository at this point in the history
  30. Correct MeP BGEI semantic

    Guillaume Valadon authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    de104af View commit details
    Browse the repository at this point in the history
  31. Handle movupd bidirectional mode

    nguigo authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    116677f View commit details
    Browse the repository at this point in the history
  32. Fix typo

    commial authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    fe519ef View commit details
    Browse the repository at this point in the history
  33. Tests/QEMU-x86_64: add sample, script and expected outputs

    The script is basically copied from testqemu.py
    commial authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    536769f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    fecc14e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6ae3fa5 View commit details
    Browse the repository at this point in the history
  36. perfomance feature

    Mizari authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    6c3a84e View commit details
    Browse the repository at this point in the history
  37. Example: fix exprmem ptr access

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    208ee93 View commit details
    Browse the repository at this point in the history
  38. Expr: fix replace_expr args

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    732d01b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f1d6c43 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ff9e0bc View commit details
    Browse the repository at this point in the history
  41. Updt example api

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    d1baceb View commit details
    Browse the repository at this point in the history
  42. Aarch64: fix bics

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    ec9bb20 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9e0f2ef View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2a58588 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1cd6efe View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0cf3ad2 View commit details
    Browse the repository at this point in the history
  47. Fix typos & add codespell

    p-l- authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    564b64a View commit details
    Browse the repository at this point in the history
  48. Make python version explicit

    vbrandl authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    b6a7b61 View commit details
    Browse the repository at this point in the history
  49. Aarch64: add mnemonic sem

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    d597861 View commit details
    Browse the repository at this point in the history
  50. Aarch64: fix ccmp sem

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    54bf611 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    5493cab View commit details
    Browse the repository at this point in the history
  52. cleanup travis.yml

    Include pip requirements.txt files and pin versions where needed
    No double venv
    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    a2a9ac9 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e62fbc6 View commit details
    Browse the repository at this point in the history
  54. use pip in appveyor

    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    560eb8a View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    238b1be View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    e7a5974 View commit details
    Browse the repository at this point in the history
  57. appveyor cleanup

    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    99d5d5a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    dedc9fb View commit details
    Browse the repository at this point in the history
  59. Fixing miasm build for macOS

    dnutiu authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    227b4d6 View commit details
    Browse the repository at this point in the history
  60. MSP430: Explicit flags

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    974d8ad View commit details
    Browse the repository at this point in the history
  61. Armt: fix cbnz

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    74e48cf View commit details
    Browse the repository at this point in the history
  62. Armt: fix itt exprloc

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    628393a View commit details
    Browse the repository at this point in the history
  63. ARM: add mnemonics

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    3ca07f0 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    42dc0e9 View commit details
    Browse the repository at this point in the history
  65. README: update appveyor cea-sec

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    7ce1ad2 View commit details
    Browse the repository at this point in the history
  66. Update arch.py

    Instruction prefix wasn't shown when to_string method was used since instruction_x86 used just the inherited one(https://github.com/cea-sec/miasm/blob/master/miasm2/arch/x86/arch.py#L452) from instruction(https://github.com/cea-sec/miasm/blob/master/miasm2/core/cpu.py#L997) which doesn't support these prefixes.
    nofiv authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    0712afb View commit details
    Browse the repository at this point in the history
  67. Add osx to travis

    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    9bf6450 View commit details
    Browse the repository at this point in the history
  68. fix indent

    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    00b6700 View commit details
    Browse the repository at this point in the history
  69. indent fix

    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    90c182d View commit details
    Browse the repository at this point in the history
  70. parallel tests

    should improve test speed
    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    ae37dd5 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    a616567 View commit details
    Browse the repository at this point in the history
  72. Core: rm deprecated module

    serpilliere authored and stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    72ccc16 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    5e7acf5 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    01db99f View commit details
    Browse the repository at this point in the history
  75. test all in osx

    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    2bf18e2 View commit details
    Browse the repository at this point in the history
  76. remove separate build cmd from appveyor

    install should trigger
    stephengroat committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    b283668 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    7958370 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. parallelize macos

    stephengroat committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    510bb1f View commit details
    Browse the repository at this point in the history