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.

learn more… | top users | synonyms

0
votes
0answers
19 views

Protect java WEB application inside the server(against reverse engineering)

I have a web application running on glassfifh 3.1.2 server and I need a way to protect the compiled java classes, I tryed to ofuscate the source code but it didn't work, the project contains a lot of ...