-
Notifications
You must be signed in to change notification settings - Fork 8
UX improvements to Ghidra plugin #338
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
base: main
Are you sure you want to change the base?
Conversation
2over12
commented
Aug 14, 2025
- Show mustfail with multiple locations at entrypoint
- Option for overrides file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't look in detail, but seems fine
| OptionType.FILE_TYPE, | ||
| null, | ||
| null, | ||
| "Override file to use in GREASE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe worth mentioning that this is in YAML format? And/or mentioning that it will be passed to --overrides?
| ParsedBatch.greaseBookmark( | ||
| prog, | ||
| inFunc, | ||
| "Failed to Refine", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "Failed to Refine", | |
| "Failed to refine", |