Hello,
I am a content creator and so far, i have an important suggestions for Bohemia's Arma development team:
- Add a variable in RvExtension which contains the hashcode of the script file which is calling the extension and an other variable which contains a generated serial (created by the game that we could check from a distant server using some way you have provided). I am working on a SSL socket server to communicate with a distant server to record player's military file, but there is no way to make sure the dll is only called by an authorized script, plus, any smart person could decompile the DLL and find a way to cheat. With a serial i can secure my remote server. With the calling script hashcode, i can make sure no other script can call my DLL.