You can't.Quote:
i ANSWER how to get SOURCE CODE of .DLL
You've asked this question MULTIPLE times, and i've answered it MULTIPLE times. Decompile the .dll to obtain parts of the code. Doubt you'll get the full source code since a .dll is optimized, alot of data is gone.
This will be the second time sending you this link
READ this article, if you find it too difficult than you'll have to learn (some more) coding.
[Only registered and activated users can see links. Click Here To Register...]
To obtain the source code you have to reverse disassembly, you can find all your answers in the article above.