-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New cask "ghidra", version 9.0_PUBLIC_20190228 #59872
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
Conversation
This is a cask for installing Ghidra from https://www.ghidra-sre.org/. Ghidra is a new reverse-engineering/decompilation tool, which the NSA is in the process of open-sourcing. Since the source is not yet available, caution is advised due to the source of the software.
Since this will be a CLI-only open-source tool, please submit it first to Homebrew/core as a formula. Return here if not accepted (linking back to the pull request where it was refused). This policy is documented in faq/rejected_casks:
|
FWIW, this is actually NOT a CLI-only tool. It's a bit odd, but the zip file is a static structure of an entire application. On *nix, running That said I don't know how you feel about including it as a Cask, since there's no actual I made a really simple tap for it until upstream officially starts bundling the
|
This has already been submitted to Homebrew/core. |
Seems like it was not accepted to Homebrew/core at this time: Homebrew/homebrew-core#37656 |
|
fwiw, a lot of code was just added to the ghidra github repo in the past few days. seems to include build files. |
Any update on this? Ghidra source code has been already released. |
This is a cask for installing Ghidra from https://www.ghidra-sre.org/.
Ghidra is a new reverse-engineering/decompilation tool, which the NSA
is in the process of open-sourcing. Since the source is not yet
available, caution is advised due to the source of the software.
After making all changes to the cask:
brew cask audit --download {{cask_file}}
is error-free.brew cask style --fix {{cask_file}}
reports no offenses.Additionally, if adding a new cask:
brew cask install {{cask_file}}
worked successfully.brew cask uninstall {{cask_file}}
worked successfully.