View Single Post
12-19-06, 05:34 PM   #1
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 24
Request for ADDON_ACTION_TAINTED event

Just like ADDON_ACTION_BLOCKED and ADDON_ACTION_FORBIDDEN what would be IMMENSELY helpful would be an ADDON_ACTION_TAINTED event whenever some secure entity becomes tainted for the first time.

arg1: Name of the newly tainted variable
arg2: Addon the caused the tainted.

We can use debugstack() to get more accurate info after that.
  Reply With Quote