.net applications can be decompiled easily . But with the use obfuscator it can be made harder. My application is a Delphi for .net vcl (delphi for .net 2006) application. My problem is:
So, I\'m interested in obfuscating the SharedPreferences xml file of my app, much like Android LVL does to obfuscate it\'s license cahce data. Would this be conceivable? Plenty of google-digging has y
A common pattern in ProGuard configs for Android applications is to preserve custom View classes, since they are probably referenced only from layout XML instead of application code.
I have some code that has the following format: function myfunc1 () { ... jquery.bind(\'click\', myfunc2) ... }
I want to r开发者_运维百科eport a bug for the Eclipse WTP project which occurs on a JSP of my company\'s project but I don\'t want to attach the original jsp due to legal reasons.
I\'m working on a C# obfuscation program, and I\'m wondering if there are method names that are \"hardwired\" into the framework and should therefore not be modified. The ones that spring to mind are
Google recommends and packs in ProGuard for code obfuscation. However the default configuration that it comes with seems minimal and one can reverse engineer to certain extent. Most people looking to
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am trying to have this php code return the output of the second file. File 1 <? $fin=fopen(__FI开发者_如何转开发LE__,\'rb\');
I\'m about to deploy a PHP application which I\'ve just developed on to my clients in-house server. I have created this as a product and do not want my client to be able to view/edit the code which I