Login Page - Create Account

Support Board


Date/Time: Fri, 11 Apr 2025 19:17:14 +0000



Post From: User Contribution: Sierra++

[2024-02-12 07:05:42]
User61168 - Posts: 431
I think it is important to make it clear that any developer creating a .exe or .dll file (including SC custom studies) has complete access to the system through the Windows API. This is an inherent aspect of the amazing speed of C/C++ : there is no safety mid-layer beyond Windows itself.
Thanks for being transparent about this important aspect. To circumvent and minimize any potential risk, I always ask developers (whether freeware or paid) to provide source code for me to compile locally on my machine instead of just the dlls.

You have summarized it well. kudos for doing that.