An open API service indexing awesome lists of open source software.

https://github.com/clovervidia/ghidra-scripts

A collection of Ghidra scripts I've written to help with reverse engineering
https://github.com/clovervidia/ghidra-scripts

ghidra ghidra-scripts python

Last synced: 3 months ago
JSON representation

A collection of Ghidra scripts I've written to help with reverse engineering

Awesome Lists containing this project

README

        

# Ghidra Scripts

A collection of Ghidra scripts I've written to help with reverse engineering.

## Base64Decode.py

`Base64Decode.py` is a simple script that decodes Base64-encoded strings and writes the decoded string to a repeatable comment.