DLL
I am new programmer and i have a dll in most of the classes i am working on. Inside the dll some coding are not well written. Is any possible way i can convert this dll back to .cs file. so that i can edit it.
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.
LisaPosted Feb 18, 2009, 4:01 AM
Thanks,
Lisa
BrianPosted Feb 17, 2009, 12:31 PM
Yeh i figure out that i can just do without getting worried about that dll. thanks anywhere.
LisaPosted Feb 17, 2009, 3:48 AM
there is a WIN32 Disassembler available with the .net framework which can convert machine lang to assembly languauge that sometimes can be used to disassemble a DLL but it doesnt work always.
if it does then anybody else can easily get access to the code using the DLL's
dont you have the code that you want to change ?
and its always not preferred way to disassemble a DLL ..
Thanks,
Lisa