View Single Post
12/13/14, 01:02 AM   #13
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Originally Posted by mattmillus View Post
Writing an addon to prevent this is technologically impossible. Addon load order is not guaranteed, and there is no manifest option to force a load before all other addons.
Yeah, it's not even possible to guarantee that your addon's loaded. Consider that you can automatically disable addons from code (see http://www.esoui.com/downloads/info4...nProfiles.html for one example). So a malicious addon could just disable your addon if it's there, which would preempt any attempts to guard the send or attach functions.

Simply put, it's something that ZOS needs to do, because they can have private functions that addons can't touch.
  Reply With Quote