Topic created on: May 3, 2012 18:20 CDT by Usman .
I have an executable file with 3 of its major DLLs. I need to reverse engineer it.
I need everything to know in it, e.g.:
The application flow
How the whole software is being made and how it works
What are the major OS functions it hooks and at which area it hooks those in the program source
What is its security level
I have software which protect the other executables by encrypting it, and I need to know the complete functionality of it thorughly which I described above.