Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have exported the source code of Assembly C Sharp.dll that unity uses using reflector. it gave me various cs files. Now i want to compile them all back into a single dll file. So how do i do it and what program shall i use??

Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 23-Nov-13 17:25pm    
Off-topic. This is a forum for software developers. Software developers have different levels and skills, they can use help of other people, but they all know what is compilation. First of all, it is not "conversion".
—SA

1 solution

You can create a new DLL project and as the files - that will allow you to create a new .NET assembly DLL

However, if you have reverse engineered the code, you are at severe risk of copyright infringement and unless you have got the prior agreement of the original copyright owner you are at risk of prosecution.
 
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