ı want create tool . Im enter character name and go town how?
Posted via Mobile Device
Printable View
ı want create tool . Im enter character name and go town how?
Posted via Mobile Device
C#, and all CLR languages, create a custom assembly thats run by the .net framework. And since the assembly becomes way smaller this way, the devs thought something like "why not let all info in the exe, to make debugging/editing easier"? So with a program like .net reflector you get the source back. Its more or less like java. However there are obfuscators.
Its a good thing someone can make a working algorithm in here tho, cause most people around here cant come up with the hello world application... And i see no reason why no say its in .net, after all .net code is more efficient than native code from many aspects (only problem is theres an overhead when calling native code in .net, interop is slow). And its easier to develop...