G
Guest
If I want an obfuscator that works with .Net CF and for Web Services which one should I buy?
thanks,
p
thanks,
p
picnic said:If I want an obfuscator that works with .Net CF and for Web Services which one should I buy?
thanks,
p
site and could see no mention on it?picnic said:Thanks for the replies so far.
Does Demeanor also do the Compact Framework, I've had a look on the web
Jonathan Pierce said:This is an absolutely unfounded statement and you would be wise to do
your own evaluation. Our obfuscator is new, less expensive, more
powerful, easier to configure, and there have been no bugs reported
regarding obfuscation. In addition, we obfuscate our product with
itself each time we ship it so any bugs would prevent the product from
working at all.
This is strong evidence that it works extremely well
and our customers are extremely happy with it.
We will be happy to respond to any issues that you encouter using the
product. Please attempt to keep these discussions based on facts and
real examples, rather than unfounded opinions and inaccurate claims
that interfere with developers interested in accurate information in
order to make correct choices.
a said:I was looking at your tool using ildasm and the obfuscated code in
launcher.exe looks nice. However, one thing I noticed is that it seems to
include an obfuscated version of #ziplib in every DLL to read compressed
resource files?? The reason I'm asking: #ziplib comes with a GPL license
with link exceptions. In my interpretation this says that any software which
uses your tool could be claimed to be GPL as well?
a said:I was looking at your tool using ildasm and the obfuscated code in
launcher.exe looks nice. However, one thing I noticed is that it seems to
include an obfuscated version of #ziplib in every DLL to read compressed
resource files?? The reason I'm asking: #ziplib comes with a GPL license
with link exceptions. In my interpretation this says that any software which
uses your tool could be claimed to be GPL as well?
a said:I was looking at your tool using ildasm and the obfuscated code in
launcher.exe looks nice. However, one thing I noticed is that it seems to
include an obfuscated version of #ziplib in every DLL to read compressed
resource files?? The reason I'm asking: #ziplib comes with a GPL license
with link exceptions. In my interpretation this says that any software which
uses your tool could be claimed to be GPL as well?
a said:I was looking at your tool using ildasm and the obfuscated code in
launcher.exe looks nice. However, one thing I noticed is that it seems to
include an obfuscated version of #ziplib in every DLL to read compressed
resource files?? The reason I'm asking: #ziplib comes with a GPL license
with link exceptions. In my interpretation this says that any software which
uses your tool could be claimed to be GPL as well?
a said:The scenario is different from gcc. They included a copy of #ziplib in every
obfuscated assembly. So it is not only decompiler.net being affected by the
link license but all the deploy.net obfuscated assemblies as well.
I'm probably correct on this since it took them just a few hours to remove
the #ziplib dependency. The impact this could have on their customers is
quite scary.
Let me repeat that the Decompiler.NET product never used #ZipLib ina said:The scenario is different from gcc. They included a copy of #ziplib in every
obfuscated assembly. So it is not only decompiler.net being affected by the
link license but all the deploy.net obfuscated assemblies as well.
I'm probably correct on this since it took them just a few hours to remove
the #ziplib dependency. The impact this could have on their customers is
quite scary.
Jon Skeet said:Ah, I see. Sorry to misunderstand.
I don't think so - surely the obfuscated assemblies would still be only
linking to #ZipLib anyway, which is allowed by the licence.
I'm not sure whether the same would be true about using the ILMerge
tool with GPL assemblies since it merges assemblies into a new dll
that directly links them.