Get Source Code from dll
I have to get all the source code from the dll built in vc++. How is possible by software or any way?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Narasimhan SthalasayanamPosted Aug 22, 2016, 11:59 PM
Farhan ShariffPosted Jun 2, 2016, 4:31 PM
You cannot get the exact code, but you can get a decompiled version of it.
The most popular tool
Rafnas T PPosted May 12, 2016, 2:53 AM
theLizardPosted May 12, 2016, 2:11 AM
Ken HPosted Aug 27, 2015, 11:37 PM
Manoj BhoirPosted Jun 4, 2015, 6:07 AM
So i think it is not possible to decompile assembly which contains unmanaged code.
Because both decompiler’s i mentioned in my answer are useful for managed assemblies.
And for unmanaged assembly i think reverse engineering is not possible because from last two years i am also searching for same tool or application but i did not get any such type of tool.
Arun PoddarPosted Jun 4, 2015, 5:35 AM
Manoj BhoirPosted Jun 4, 2015, 5:04 AM