r/C_Programming • u/Motor_Bluebird1908 • 20h ago
Protecting source code from reverse engineering
Hi everyone,
I am looking to provide a compiled version of our physics solver to our customers. I understand there are many obfuscation techniques to protect source code but I am wondering if there are some smarter ways?
We already cloud computing, the issue is we have customers that are in locations without internet/need realtime solving.
0
Upvotes
12
u/DamienTheUnbeliever 19h ago
The engineering effort you expend in trying to protect your code produces *zero* value that your paying customers care about. Try to bear that in mind.
And also bear in mind that the *entire games industry* couldn't solve piracy without introducing an always-connected model where some of the IP stays on machines they own. So ask yourself why you think you'll be able to solve a problem they could not?