├── BuiltInTypes.h ├── DumpLanguageIDs.py ├── DumpProgramLanguageIDsAndCspecs.py ├── GoogleSearch.md ├── GoogleSearch.png ├── GoogleSearch.py ├── LICENSE ├── RC4Decrypter.md ├── RC4Decrypter.png ├── RC4Decrypter.py ├── README.md ├── SearchSimpleStackStrings.md ├── SearchSimpleStackStrings.png ├── SearchSimpleStackStrings.py ├── SimpleStackStrings.md ├── SimpleStackStrings.png ├── SimpleStackStrings.py ├── YaraSearch.md ├── YaraSearch.png ├── YaraSearch.py ├── colorCallGraphCallsTo.md ├── colorCallGraphCallsTo.py ├── pipeDecoder.md ├── pipeDecoder.png ├── pipeDecoder.py └── pipeDecoderTemplate.c /BuiltInTypes.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DumpLanguageIDs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/DumpLanguageIDs.py -------------------------------------------------------------------------------- /DumpProgramLanguageIDsAndCspecs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/DumpProgramLanguageIDsAndCspecs.py -------------------------------------------------------------------------------- /GoogleSearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/GoogleSearch.md -------------------------------------------------------------------------------- /GoogleSearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/GoogleSearch.png -------------------------------------------------------------------------------- /GoogleSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/GoogleSearch.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /RC4Decrypter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/RC4Decrypter.md -------------------------------------------------------------------------------- /RC4Decrypter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/RC4Decrypter.png -------------------------------------------------------------------------------- /RC4Decrypter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/RC4Decrypter.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/README.md -------------------------------------------------------------------------------- /SearchSimpleStackStrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/SearchSimpleStackStrings.md -------------------------------------------------------------------------------- /SearchSimpleStackStrings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/SearchSimpleStackStrings.png -------------------------------------------------------------------------------- /SearchSimpleStackStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/SearchSimpleStackStrings.py -------------------------------------------------------------------------------- /SimpleStackStrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/SimpleStackStrings.md -------------------------------------------------------------------------------- /SimpleStackStrings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/SimpleStackStrings.png -------------------------------------------------------------------------------- /SimpleStackStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/SimpleStackStrings.py -------------------------------------------------------------------------------- /YaraSearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/YaraSearch.md -------------------------------------------------------------------------------- /YaraSearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/YaraSearch.png -------------------------------------------------------------------------------- /YaraSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/YaraSearch.py -------------------------------------------------------------------------------- /colorCallGraphCallsTo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/colorCallGraphCallsTo.md -------------------------------------------------------------------------------- /colorCallGraphCallsTo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/colorCallGraphCallsTo.py -------------------------------------------------------------------------------- /pipeDecoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/pipeDecoder.md -------------------------------------------------------------------------------- /pipeDecoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/pipeDecoder.png -------------------------------------------------------------------------------- /pipeDecoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/pipeDecoder.py -------------------------------------------------------------------------------- /pipeDecoderTemplate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x6d696368/ghidra_scripts/HEAD/pipeDecoderTemplate.c --------------------------------------------------------------------------------