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

Conversation

teodutu
Copy link
Member

@teodutu teodutu commented May 15, 2021

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

razvand and others added 3 commits June 6, 2020 17:35
Fixes errors that appear when trying to run scripts using python3.
This also updates shebang to use Python3.
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 teodutu requested a review from razvand May 15, 2021 21:24
@razvand razvand requested review from radudum10 and removed request for razvand March 23, 2022 07:09
@razvand razvand self-assigned this Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants