Top "Reverse-engineering" questions

Reverse engineering is the process of discovering the technological principles of a human made device, object or system through analysis of its structure, function and operation.

List of all index & index columns in SQL Server DB

How do I get a list of all index & index columns in SQL Server 2005+? The closest I could get …

sql-server tsql indexing reverse-engineering
decompiling DEX into Java sourcecode

How can one decompile Android DEX (VM bytecode) files into corresponding Java sourcecode?

java android reverse-engineering decompiler dex
How do I decompile a .NET EXE into readable C# source code?

I wrote a C# application for a client a couple of years ago, but I no longer have the source …

c# .net reverse-engineering decompiling
How to generate UML diagrams (especially sequence diagrams) from Java code?

How can I generate UML diagrams (especially sequence diagrams) from existing Java code?

java uml reverse-engineering diagram
Generate UML Class Diagram from Java Project

Is there a good tool that can help to reverse engineer Java classes to UML that will show an overview …

java uml reverse-engineering class-diagram
How do you determine what technology a website is built on?

Quite often I come across a nice looking or functional website, and wonder what technology was used to create it. …

html frameworks reverse-engineering
Is there a C++ decompiler?

I have a program in which I've lost the C++ source code. Are there any good C++ decompilers out there? …

c++ reverse-engineering decompiling
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 do I …

c# .net obfuscation reverse-engineering
How to avoid reverse engineering of an APK file?

I am developing a payment processing app for Android, and I want to prevent a hacker from accessing any resources, …

android security proguard reverse-engineering
Generate ER Diagram from existing MySQL database, created for CakePHP

For CakePHP application, I created MySQL database. Which tool to be used to create ER Diagram of database? Fields and …

mysql cakephp mysql-workbench reverse-engineering er-diagrams