Hi friends
Can we make changes in DLL in .net?
Loading
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.
VulpesPosted Mar 27, 2012, 5:25 AM
Sam HobbsPosted Mar 27, 2012, 1:19 AM
It probably took Akshay one minute to type the question. The rest of us have spent much more time trying to guess. I think it is good to help members to be more clear about what they need help with. I do not expect perfection; I just think we can do more to help others to help us to help them.
I hope Akshay will clarify what is needed; at least try to clarify things.
SenthilkumarPosted Mar 27, 2012, 12:54 AM
Hobbs, i think the question he wanted to ask is " The DLL was created by some one and he has only dll. Now he wants to do some changes on it. He wants to do deassemble the code."
If i am right then, if the DLL has not been made by ".Net fuscator" then it is possible.
We can convert the assembly .dll file into source code by using ".Net reflector".
You can download it in http://www.reflector.net/
Sam HobbsPosted Mar 27, 2012, 12:34 AM
The question seems to be asking if it is possible to change a DLL using .Net. It is not asking about a .Net DLL. Akshay might be trying to ask about a .Net Class Library but the question is not clear. Please, let us get clarification first.
SenthilkumarPosted Mar 27, 2012, 12:20 AM
Creating DLL in .Net is easy.
You need to create the class library and it allows to add the class, images, resources, etc.,
You need to build it and it will generate the dll file.
I suggest you to go through link. It will guide you step by step to create the dll .net.
http://www.c-sharpcorner.com/uploadfile/syedshakeer/how-to-create-a-dll-file-in-net-framework-using-visual-studio/
Sam HobbsPosted Mar 26, 2012, 7:54 PM
The answer also depends on what you need to change. You cannot change a DLL using a .Net program; at least not most things and not without knowledge of machine language and advanced knowledge of Windows. The one thing that can be changed relatively easily is the resources in a DLL but I assume that is not what you are asking about.
VulpesPosted Mar 26, 2012, 12:07 PM