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

Allow users to specify a custom ghidrathon.save path via an environment variable #99

Merged
merged 18 commits into from
Apr 30, 2024

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    84caf6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    797da81 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

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

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    66b2473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e52ff View commit details
    Browse the repository at this point in the history
  3. Add GHIDRATHON_SAVE_PATH documentation to README.md

    Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com>
    fariss and mike-hunhoff authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5b17de3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a63eb53 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Minor fixes on tests.yml

    fariss committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a18e897 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    f8c3c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d276d81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    177843f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 22, 2024

  1. Disallow empty string for GHIDRATHON_SAVE_PATH

    To make sure that Ghidrathon plugin aligns with configure_ghidrathon.py
    we need to make sure that the GHIDRATHON_SAVE_PATH is never set to "".
    fariss committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c1c4620 View commit details
    Browse the repository at this point in the history
  2. Fix logic of GHIDRATHON_SAVE_PATH value

    The following commit fixes incorrect login in the previous commit.
    Please refer to the explination below:
    
    if GHIDRATHON_SAVE_PATH is set to any value (other than None or ""),
    check if it exists and is a directory.
    
    elif GHIDRATHON_SAVE_PATH is an empty string, report an invalid
    directory to avoid confusion.
    
    else GHIDRATHON_SAVE_PATH is not, use default install path.
    fariss committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ac0edd5 View commit details
    Browse the repository at this point in the history
  3. Fix linting

    fariss committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6563aa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Add debug output indicating save file location

    Added log messages to indicate whether the file path was read from the
    environment variable or the default path was used.
    fariss committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    890dd7e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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