|
How to prevent disassembling class |
|
|
There are three basic options:
- Use an obfuscator which will prevent casual disassembly, but may not stop determined
reverse-engineers. You can find a list of obfuscators here.
- Use a client-server solution. The important code runs on a server controlled by you, and the
user never sees the bytecode at all.
- Make all your customers sign a legal contract promising not to disassemble the code, or
they have to pay a huge fine.
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.