├── LICENSE ├── README.md ├── docker-tpl ├── Dockerfile ├── build └── run └── workdir ├── build_ghidra.sh └── set_exec_flag.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dukebarman/ghidra-builder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dukebarman/ghidra-builder/HEAD/README.md -------------------------------------------------------------------------------- /docker-tpl/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dukebarman/ghidra-builder/HEAD/docker-tpl/Dockerfile -------------------------------------------------------------------------------- /docker-tpl/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dukebarman/ghidra-builder/HEAD/docker-tpl/build -------------------------------------------------------------------------------- /docker-tpl/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dukebarman/ghidra-builder/HEAD/docker-tpl/run -------------------------------------------------------------------------------- /workdir/build_ghidra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dukebarman/ghidra-builder/HEAD/workdir/build_ghidra.sh -------------------------------------------------------------------------------- /workdir/set_exec_flag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dukebarman/ghidra-builder/HEAD/workdir/set_exec_flag.sh --------------------------------------------------------------------------------