WoW:Secure code: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page Secure code to WoW:Secure code without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 3: | Line 3: | ||
'''Secure code''' has the special privilege of calling [[:Category:World of Warcraft API/Protected Functions|Protected Functions]]. All Blizzard code is secure unless it has been [[Tainted code|tainted]] by non-secure code (usually through hooking). Frames that are created from Blizzard's secure frame templates are also created secure. | '''Secure code''' has the special privilege of calling [[:Category:World of Warcraft API/Protected Functions|Protected Functions]]. All Blizzard code is secure unless it has been [[Tainted code|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. | |||
[ | |||
Latest revision as of 04:48, 15 August 2023
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.
