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

(WIP) Open source preparation #13

Merged
merged 11 commits into from
Dec 7, 2018
Merged

(WIP) Open source preparation #13

merged 11 commits into from
Dec 7, 2018

Commits on Nov 26, 2018

  1. Merge PR12

    Add compute_simple_edges
    Add setup.py for pip install (close #10)
    Update README.md
    montyly committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    f8f93a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Improve documentation (#8)

    - Improve Readme
    - Add library usage
    Improve API (#7)
    - Create command line arguments
    - Improve CFG module API
    Use logging (close #4)
    montyly committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    f581588 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev-opensource' of github.com:trailofbits/evm_cfg_build…

    …er into dev-opensource
    montyly committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    7a6b69f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27c6ee4 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    dguido committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    012bef6 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    dguido committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    e88e29f View commit details
    Browse the repository at this point in the history
  6. Update README.md

    dguido committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    2235187 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Remove export function

    examples/library.py: improve description
    montyly committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f5ccd39 View commit details
    Browse the repository at this point in the history
  2. Rename sons/fathers -> incoming_basic_blocks/outgoing_basic_blocks

    Fix incorrect cfg.basic_blocks cfg.instructions results
    Improve examples
    montyly committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    a476718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a7259c View commit details
    Browse the repository at this point in the history
  4. Minor

    montyly committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    7f56c1b View commit details
    Browse the repository at this point in the history