Spin
Well-known member
- Joined
- May 22, 2019
- Posts
- 490
- Likes
- 198
Hi there fellow (commercial) programmers !
I was wondering what methods you use to protect your well-written and hard-earned code from reverse engineering & non-legal copying.
I looked into 'good old' ProGuard, but it seems it's only good for code up to Java 10, and the latest mwave_sdk.jar is 11. So that won't work anymore...
Second (related) question: how do you make a Study only ' usable' for a set period of time (e.g.: clients buy it but can only use it for a year, after that they need to renew their license)
Thanks for your input !
I was wondering what methods you use to protect your well-written and hard-earned code from reverse engineering & non-legal copying.
I looked into 'good old' ProGuard, but it seems it's only good for code up to Java 10, and the latest mwave_sdk.jar is 11. So that won't work anymore...
Second (related) question: how do you make a Study only ' usable' for a set period of time (e.g.: clients buy it but can only use it for a year, after that they need to renew their license)
Thanks for your input !
Last edited: