WoW:Secure code

From AddOn Studio
Revision as of 04:48, 15 August 2023 by Move page script (talk) (Move page script moved page Secure code to Secure code without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Secure code has the special privilege of calling Protected Functions. All Blizzard code is secure unless it has been tainted by non-secure code (usually through hooking). Frames that are created from Blizzard's secure frame templates are also created secure.

Secure Execution and Tainting explains this in great detail.