Use when implementing or troubleshooting Obfuz feature workflows — code obfuscation and protection in F8Framework.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Use when implementing or troubleshooting Obfuz feature workflows — code obfuscation and protection in F8Framework.
Obfuz Feature Workflow
⚠️ IMPORTANT: Before using this feature, you MUST formally initialize F8Framework in the launch sequence. Ensure ModuleCenter.Initialize(this); has run first.
Use this skill when
The task is about code obfuscation or protection using Obfuz.
The user asks about protecting compiled assemblies from reverse engineering.
The task includes Obfuz + HybridCLR integration or hot-update DLL obfuscation.
Path resolution
Prefer project source at Assets/F8Framework.
For usage docs, read both:
Assets/F8Framework/Tests/Obfuz/README.md
Assets/F8Framework/Tests/Obfuz/README_EN.md
If docs need updates, keep the Chinese and English README files aligned.
Sources of truth
Test docs: Assets/F8Framework/Tests/Obfuz
Launcher/build integration points:
Assets/F8Framework/Editor/F8Helper/F8Helper.cs
hot-update entry LoadDll.cs in the target project
Obfuz package / extension behavior as referenced by the test docs: