Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi Friends,

I am new to decompile the DLL file which is protected from VM protect. So far, I found few scripts of OLLYDBG scripts, Phython scripts and finally found the steps with IDA debugger software. I am still unable to extract the source code from the protected dll file.

Is anybody explain the process to decompile the DLL file and generate the source code?

With your support,
James

What I have tried:

I tried OLLYDBG Scripts, Phython scripts
Posted
Updated 14-Feb-17 6:53am
Comments
[no name] 14-Feb-17 12:34pm    
You don't. Ask the people that wrote the code for the source if you need it so bad. Or pay them for the source. They protected it for a reason. To keep people from stealing.

You don't. It's PROTECTED this way for a reason. It's there to prevent you from getting the original source code from the .DLL!

Contact the people you got the .DLL from and see if they can help you with whatever it is you really want the source code for.

Other than that, what you're doing is considered stealing and nobody here is going to help you with that.
 
Share this answer
 
Quote:
I am still unable to extract the source code from the protected dll file.

Chances are that the DLL protection is here to prevent what you try to do.
You can't extract source code from DLL because DLL do not contain source code, the action of decompiling rebuilds a source code alike from informations found in the DLL.
Quote:
Decompile the DLL which is protected from VM protect

You are asking for help to break into a foreign house, which we will not do.
If your usage is legitimate, ask the author.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900