Can a compiled lib file in VC6 be decompiled????
Just curious as how easy it would be for someone to steal source from a lib file.
Is DLL more secure?
Printable View
Can a compiled lib file in VC6 be decompiled????
Just curious as how easy it would be for someone to steal source from a lib file.
Is DLL more secure?
No easier, it's all compiled code.
So its fairly easy for both then.
So in other words I should really take no care in this topic...if someone is goona decompile it they will just go ahead and do so.
They won't get anything more than a disassembly out of compiled code, which is a huge chore to read. TBH it's not worth worrying about unless you're a major software developer or have some ground-breaking code :)
Azteched, I fully agree.
Although I am sure there is someone out there who would decompile my well-known intermediate code and pass it off as their own. There are alot of rude people out there.
Quite honestly, Halsafar, I do believe that someone capable of decompiling your .lib and actually understanding the result enough to use it and pass it off as his own - is capable of writing better code than you in the first place. This is not meant as a disrespect of you, but as a measure of how hard it is to understand the resutls of a decompiler.
Or put it another way: someone trying to pass the results of decompilation off as his own code would be laughed at. The code is unmaintainable and usually just bad.
Good point CB.
Can't disagree with that.