Libraries & SDK v5.1

Libraries & SDK v5.1 Release Notes
This version addresses issues reported in the previous release and introduces a new integrity verification feature.
Fixes
• Resolved issues related to server-side strings
• Fixed problems affecting server-side file handling
New Feature
The auth.CheckMemoryIntegrity() function has been added.
This function checks whether the program’s memory integrity has been modified at runtime. It is designed to detect unauthorized changes such as instruction patching, including JMP/NOP modifications, or similar alterations to the executable code.
This release focuses on improving stability and adding stronger runtime integrity verification.