Skip to content

Instantly share code, notes, and snippets.

View robbie01's full-sized avatar
🗿
bruh

Robbie robbie01

🗿
bruh
View GitHub Profile
@osyu
osyu / cri_func_finder.py
Last active September 4, 2025 04:08
Ghidra script to find and rename CRIWARE SDK functions in binaries where they're statically linked
#Finds and renames CRIWARE SDK functions based on their unique error strings.
#@author osyu, robbie01
#@category Symbol
#@keybinding
#@menupath
#@toolbar
import json
import re
from ghidra.app.util import XReferenceUtils