Obfuscation is one way, but it can't protect from breaking the piracy protection security of the application. How to make sure that the application is not tampered with, and how to make sure that the registration mechanism can't be reverse engineered. Also it is possible to make to convert C# app in native code, Xenocode is too costly.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Showing posts with label reverse-engineering. Show all posts
Showing posts with label reverse-engineering. Show all posts
Tuesday, June 5, 2012
Protect .NET code from reverse engineering?
Friday, June 1, 2012
decompiling DEX into Java sourcecode
Are there any tools or recipes for turning Android DEX (VM bytecode) files into corresponding Java sourcecode?
Monday, May 7, 2012
Call graph of the whole application
Is there a non-toyish tool that can create a call graph of the whole application? I don't mean just getting a picture or drawing call graph by means of pointing method-by-method.
Tuesday, April 10, 2012
Is it really Impossible to Protect Android apps from Reverse Engineering?
As we know, Android apps are written in Java. In Java, no matter what you do , it is impossible to protect compiled code from decompilation or reverse-engineering, as the following thread suggests:
Subscribe to:
Posts (Atom)