| Sign In/My Account | View Cart |
| Article: |
Protect Your Source Code: Obfuscation 101 | |
| Subject: | Extremely slow applications | |
| Date: | 2005-04-09 13:50:15 | |
| From: | elanthis | |
|
If this is something that Java professionals really do, it's no wonder Java has such a record for being dog slow. ;-)
|
||
Showing messages 1 through 4 of 4.
Extremely slow applications
Extremely slow applications
It's likely just the sensitive portions of code that you want to protect; maybe something during startup that makes sure you've registered it, a portion that determines whether to fire another nag screen, or some other routine that handles how you encrypt some data that's stored to disk -- or something along those lines. i.e. the portions that are likely to be examined and patched.