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

Operation Node refactor #13

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

Commits on May 31, 2019

  1. Fix logging

    Signed-off-by: Cristi Done <[email protected]>
    dnne committed May 31, 2019
    Configuration menu
    Copy the full SHA
    97b0f5c View commit details
    Browse the repository at this point in the history
  2. Fix logging

    Signed-off-by: Cristi Done <[email protected]>
    dnne committed May 31, 2019
    Configuration menu
    Copy the full SHA
    5302984 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Update README

    Signed-off-by: Cristi Done <[email protected]>
    dnne committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    516ce2f View commit details
    Browse the repository at this point in the history
  2. Remove sandbox_toolkit submodule

    Signed-off-by: Cristi Done <[email protected]>
    dnne committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    c256814 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Fix help message for extract_sandbox_data.py

    Signed-off-by: Cristi Done <[email protected]>
    dnne committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ea53b21 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    ee8326d View commit details
    Browse the repository at this point in the history
  2. Adding support for iOS13(without filter part) in reverse_sandbox.py +…

    … details in regex_parser_v3.py & sandbox_regex.py
    Dennis-Mircea committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    7494a14 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    1e05b12 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Add the latest fixes

    Dennis-Mircea committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    d65a68c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Docstrings, bug fix and refactor

    Docstrings were added for all the functions. A bug caused by an unchecked pointer has been solved. Also, I have renamed functions, variables, extracted duplicate codes, made new functions in order to have a more readable code.
    radudum10 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a0402cc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Skel and extracting Terminal and NonTerminal Node classes

    This is how the operation_node will be splitted in multiple files. Each of those files will contain extracted classes from thefile. Also, NonTerminalNode and TerminalNode classes have already been extractedand they are a good way to preview how all the files will look.
    radudum10 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8442f12 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Extracts ReducedEdge class

    radudum10 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4f14a88 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Add functionality

    radudum10 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    907b24c View commit details
    Browse the repository at this point in the history