# Verbose

Contains functions related to Verbose.
Verbose works by hooking LuaJIT's lj_str_new function, which is called whenever a new string is created.
This includes strings that are being decrypted from obfuscation routines.


# function SetIsVerbosing(bool bShouldVerbose)

Controls if strings should be collected.
Dumped strings get pushed into the VerboseString callback.


# function SetVerboseFilter(string strSource)

Controls if verbose should internally filter out strings that aren't from strSource.