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

Add dependency graph functionality #6

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

Commits on Jun 6, 2020

  1. Add 3-clause BSD license

    razvand committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    40711f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Add quickfixes to update reverse-sandbox scripts for python3

    Fixes errors that appear when trying to run scripts using python3.
    This also updates shebang to use Python3.
    andreicalin-georgescu authored and razvand committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2318f0c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Add dependency graph functionality

    SandBlaster can now be imported to return the decompiled profile as a
    dependency graph
    
    Changes:
    - Use absolute path for the logger config file
    - Add get_graph_for_profile and process_profile_graph functions to
    reverse_sandbox.py for returning the dependecy graph
    - Add get_dependency_graph and get_paths functions to operation_node.py
    that create the depenency graph.
    - Decode strings as ASCII instead of bytes in sandbox_filter.py
    - Remove a few unused variables
    teodutu committed May 15, 2021
    Configuration menu
    Copy the full SHA
    28936d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Add iOS 9+ compatibility

    teodutu committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3d81396 View commit details
    Browse the repository at this point in the history