We all know situations when you cannot go open source and freely distribute software - and I am in one of these situations.
I have an app that consists of a number o
I have the same issue. I have considered creating a core component of the app being a shared library (.so) and make that piece downloaded into a ramdisk when the container starts.
Sure, not all your code is protected but you try to make it useless without this one core component that is compiled C++ or C.
That's just an idea without any actual implementation detail.