From ca6c958f9a743591cc894ada51434edb371d2120 Mon Sep 17 00:00:00 2001 From: LukeFZ <17146677+LukeFZ@users.noreply.github.com> Date: Sun, 12 Oct 2025 17:08:19 +0200 Subject: [PATCH] add pyghidra runtime annotation to fix support --- Il2CppInspector.Common/Outputs/ScriptResources/shared_base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Il2CppInspector.Common/Outputs/ScriptResources/shared_base.py b/Il2CppInspector.Common/Outputs/ScriptResources/shared_base.py index 8693fee..130e66a 100644 --- a/Il2CppInspector.Common/Outputs/ScriptResources/shared_base.py +++ b/Il2CppInspector.Common/Outputs/ScriptResources/shared_base.py @@ -1,3 +1,6 @@ +#@runtime PyGhidra +# ^-- required for ghidra, ignored by all others + # Generated script file by Il2CppInspectorRedux - https://github.com/LukeFZ (Original Il2CppInspector by http://www.djkaty.com - https://github.com/djkaty) # Target Unity version: %TARGET_UNITY_VERSION%