├── .github └── workflows │ └── build.yml ├── CreateGhidraApp.sh ├── LICENSE ├── README.md └── entitlements.plist /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blacktop/ghidra-app/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /CreateGhidraApp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blacktop/ghidra-app/HEAD/CreateGhidraApp.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blacktop/ghidra-app/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blacktop/ghidra-app/HEAD/README.md -------------------------------------------------------------------------------- /entitlements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blacktop/ghidra-app/HEAD/entitlements.plist --------------------------------------------------------------------------------