├── README.md ├── cleanup ├── examples ├── exportLocalCopy.py └── getGeneralInfo.py └── ghidra_bin_location.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengi12/GhidraScripting-Basics/HEAD/README.md -------------------------------------------------------------------------------- /cleanup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengi12/GhidraScripting-Basics/HEAD/cleanup -------------------------------------------------------------------------------- /examples/exportLocalCopy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengi12/GhidraScripting-Basics/HEAD/examples/exportLocalCopy.py -------------------------------------------------------------------------------- /examples/getGeneralInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengi12/GhidraScripting-Basics/HEAD/examples/getGeneralInfo.py -------------------------------------------------------------------------------- /ghidra_bin_location.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengi12/GhidraScripting-Basics/HEAD/ghidra_bin_location.txt --------------------------------------------------------------------------------