├── LICENSE ├── README.md ├── data └── languages │ ├── EBC.cspec │ ├── EBC.ldefs │ ├── EBC.opinion │ ├── EBC.pspec │ ├── EBC.sinc │ └── EBC.slaspec └── ghidra_scripts └── README.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meromwolff/Ghidra-EFI-Byte-Code-Processor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meromwolff/Ghidra-EFI-Byte-Code-Processor/HEAD/README.md -------------------------------------------------------------------------------- /data/languages/EBC.cspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meromwolff/Ghidra-EFI-Byte-Code-Processor/HEAD/data/languages/EBC.cspec -------------------------------------------------------------------------------- /data/languages/EBC.ldefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meromwolff/Ghidra-EFI-Byte-Code-Processor/HEAD/data/languages/EBC.ldefs -------------------------------------------------------------------------------- /data/languages/EBC.opinion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meromwolff/Ghidra-EFI-Byte-Code-Processor/HEAD/data/languages/EBC.opinion -------------------------------------------------------------------------------- /data/languages/EBC.pspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meromwolff/Ghidra-EFI-Byte-Code-Processor/HEAD/data/languages/EBC.pspec -------------------------------------------------------------------------------- /data/languages/EBC.sinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meromwolff/Ghidra-EFI-Byte-Code-Processor/HEAD/data/languages/EBC.sinc -------------------------------------------------------------------------------- /data/languages/EBC.slaspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meromwolff/Ghidra-EFI-Byte-Code-Processor/HEAD/data/languages/EBC.slaspec -------------------------------------------------------------------------------- /ghidra_scripts/README.txt: -------------------------------------------------------------------------------- 1 | Java source directory to hold module-specific Ghidra scripts. 2 | --------------------------------------------------------------------------------