-
Notifications
You must be signed in to change notification settings - Fork 54
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
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84caf6a - Browse repository at this point
Copy the full SHA 84caf6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 797da81 - Browse repository at this point
Copy the full SHA 797da81View commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45046cc - Browse repository at this point
Copy the full SHA 45046ccView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66b2473 - Browse repository at this point
Copy the full SHA 66b2473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e52ff - Browse repository at this point
Copy the full SHA 82e52ffView commit details -
Add GHIDRATHON_SAVE_PATH documentation to README.md
Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5b17de3 - Browse repository at this point
Copy the full SHA 5b17de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a63eb53 - Browse repository at this point
Copy the full SHA a63eb53View commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a18e897 - Browse repository at this point
Copy the full SHA a18e897View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8c3c1d - Browse repository at this point
Copy the full SHA f8c3c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d276d81 - Browse repository at this point
Copy the full SHA d276d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 177843f - Browse repository at this point
Copy the full SHA 177843fView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd9c821 - Browse repository at this point
Copy the full SHA cd9c821View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e5a57 - Browse repository at this point
Copy the full SHA b4e5a57View commit details
Commits on Apr 22, 2024
-
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 "".
Configuration menu - View commit details
-
Copy full SHA for c1c4620 - Browse repository at this point
Copy the full SHA c1c4620View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ac0edd5 - Browse repository at this point
Copy the full SHA ac0edd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6563aa0 - Browse repository at this point
Copy the full SHA 6563aa0View commit details
Commits on Apr 27, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 890dd7e - Browse repository at this point
Copy the full SHA 890dd7eView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9680929 - Browse repository at this point
Copy the full SHA 9680929View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.