When running the latest version of the Windows 10 App Certification Kit, it reports that the lua5.1.dll has not passed the checks.
Here is a copy of that section of the report:
Is there a way to replace the lua dll with the correctly built version?, or can I please request that IndigoRose update their lua dll to resolve this issue?
Here is a copy of that section of the report:
Windows security features test
WARNING
Binary analyzer
• Warning: The binary analyzer test detected the following errors:
◦File C:\Program Files (x86)\****\lua5.1.dll has failed the DBCheck check.
◦File C:\Program Files (x86)\****\lua5.1.dll has failed the NXCheck check.
• Impact if not fixed: If the app doesn’t use the available Windows protections, it can increase the vulnerability of the customer's computer to malware.
• How to fix: Apply the SAFESEH, DYNAMICBASE, and NXCOMPAT options when you link the app. See link below for more information:
WARNING
Binary analyzer
• Warning: The binary analyzer test detected the following errors:
◦File C:\Program Files (x86)\****\lua5.1.dll has failed the DBCheck check.
◦File C:\Program Files (x86)\****\lua5.1.dll has failed the NXCheck check.
• Impact if not fixed: If the app doesn’t use the available Windows protections, it can increase the vulnerability of the customer's computer to malware.
• How to fix: Apply the SAFESEH, DYNAMICBASE, and NXCOMPAT options when you link the app. See link below for more information:
Comment