obfuscation
Delphi vcl.net applications and decompilation
.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:[详细]
2023-03-03 09:45 分类:问答Obfuscate/Encrypt SharedPreferences file possible?
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[详细]
2023-03-01 06:02 分类:问答Android, ProGuard, and keepclasseswithmembernames
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.[详细]
2023-02-28 17:44 分类:问答javascript - how to minfy/obfuscate global function names?
I have some code that has the following format: function myfunc1 () { ... jquery.bind(\'click\', myfunc2) ... }[详细]
2023-02-27 04:34 分类:问答Free JSP obfuscator?
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.[详细]
2023-02-25 08:07 分类:问答Which C# method names should not be obfuscated?
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[详细]
2023-02-25 03:38 分类:问答Android Obfuscation for code as well as resources
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[详细]
2023-02-24 12:45 分类:问答What's this code? [closed]
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[详细]
2023-02-22 21:03 分类:问答problem with php code not working. or i am doing something wrong
I am trying to have this php code return the output of the second file. File 1 <? $fin=fopen(__FI开发者_如何转开发LE__,\'rb\');[详细]
2023-02-22 14:07 分类:问答Deploying PHP Site so that code cannot be viewed/edited
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[详细]
2023-02-22 06:45 分类:问答