how do you know which code piece of code was made first in a dll file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how do you know which code piece of code was made first in a dll file?

how do you know which code piece of code was made first in a dll file?

12th Jul 2017, 6:43 AM
DoubleVermine
DoubleVermine - avatar
3 Answers
+ 1
So when someone has created an application they keep their source code inside .dll files and to view the dll files you need a dll opener. When i open to sstudy the code i see it is difficult to understand where the code was started by the author.
12th Jul 2017, 2:01 PM
DoubleVermine
DoubleVermine - avatar
0
Can you explain yourself a bit more ? I think it is a good question, but I am not sure what you are asking.
12th Jul 2017, 12:43 PM
sneeze
sneeze - avatar
0
Really you don't want to know. Of course you want to know which features were added in which version. That is where version control is for. But knowing which method before another method is not giving you the information. A programmer head contains that is the real spaghetti. When I program I use a structure but my programming is not structured at all. A bit here and there, after that fill the holes and fix the bugs. If you have just the dll and no other information, you have to do reverse engineering. Focus on functionality not on structure.
12th Jul 2017, 7:45 PM
sneeze
sneeze - avatar