Hello Tbdev, Tbbeta and Tbtech!

This message is for the authors (developers) of the plugins for The Bat! New 
versions of The Bat! will check Authenticode (Digital Signatures) before 
loading the plugins. Please consider signing the plugins. If the plugin will 
install additional DLLs, please also make sure that they are signed. Please 
also make sure that the plugin (and all DLLs) contain the VersionInfo resource. 

Please also make suere that the plugin properly works under Windows Vista with 
DEP and ASLR. 

Please also include the following flags into the DllCharacteristics of the PE 
Image header:

IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE  (0x40)  // The DLL can be relocated at 
load time
IMAGE_DLLCHARACTERISTICS_NX_COMPAT     (0x100) // The image is compatible with 
data execution prevention (DEP).
IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE (0x8000) // The image is 
Terminal Server aware, please see 
http://msdn2.microsoft.com/en-us/library/aa380671.aspx for more information

We would appreciate if the developers of the plugins will release the updated 
versions of the plugins ASAP.


-- 
Best regards,
Maxim Masiutin                          mailto:[EMAIL PROTECTED]


________________________________________________
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to