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?


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.

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: