473,472 Members | 2,140 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Obfuscator question

Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a single
programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

..jt
May 11 '06 #1
7 1471
Out of interest, what's wrong with the one included in Visual Studio?

Steve

"John T." <no***********@gmail.com> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a
single programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

.jt

May 11 '06 #2
It's just a few more than a demo.
Has very limted features.
It's easy to elude.
And can be used for non-profit non-commercial projects only.

"Steve Barnett" <no****@nodomain.com> wrote in message
news:ul**************@TK2MSFTNGP02.phx.gbl...
Out of interest, what's wrong with the one included in Visual Studio?

Steve

"John T." <no***********@gmail.com> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a
single programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

.jt


May 11 '06 #3
John T. wrote:
It's just a few more than a demo.
Has very limted features.
It's easy to elude.
And can be used for non-profit non-commercial projects only.
No, it's free for every VS.NET licensee. It's limited, but it doesn't
have to be too limited. After all, obfuscation starts my making as much
code internal and private as possible. E.g. in a .exe, no forms/classes
should be public, everything should be internal. Once the code which
doesn't have to be public is made internal, obfuscation really shines,
also with the shipped limited edition of dotfuscator.

FB

"Steve Barnett" <no****@nodomain.com> wrote in message
news:ul**************@TK2MSFTNGP02.phx.gbl...
Out of interest, what's wrong with the one included in Visual
Studio?

Steve

"John T." <no***********@gmail.com> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a >> single programmer, to bear the cost of an obfuscator. Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

.jt



--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
May 11 '06 #4
Hi John,

I use .NET Reactor which has better protection than most obfuscators.
The one from Visual Studio is out of the question because the code is
still readable. .NET Reactor has a native wall as well. It is very cheap
- $172. It is not integrated in VS but has many other features.

http://www.eziriz.com

best regards,

Henrik

John T. wrote:
Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a single
programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

.jt

May 12 '06 #5
Hi Henrik

are you in business with .NET Reactor? :-)

Do you think that NET Reactor is suitable for a library of controls?

IMHO, .NET Reactor is a good product but, according authors "In contrast to
obfuscators .NET Reactor completely stops any decompiling by mixing any pure
..NET assembly with native machine code".

I need an obfuscator that returns me a pure .NET DLL assembly, not a cake of
..NET code and machine code!


"Henrik Erlandsson" <we*******@neteject.com> wrote in message
news:ec**************@TK2MSFTNGP03.phx.gbl...
Hi John,

I use .NET Reactor which has better protection than most obfuscators. The
one from Visual Studio is out of the question because the code is still
readable. .NET Reactor has a native wall as well. It is very cheap - $172.
It is not integrated in VS but has many other features.

http://www.eziriz.com

best regards,

Henrik

John T. wrote:
Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a
single programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

.jt


May 12 '06 #6
No, I'm not in business with them. But for a small company as mine the
price tag was more important than the solution. A pure .NET dll assembly
is still readable at I can not allow that.

regards,

Henrik

John T. wrote:
Hi Henrik

are you in business with .NET Reactor? :-)

Do you think that NET Reactor is suitable for a library of controls?

IMHO, .NET Reactor is a good product but, according authors "In contrast to
obfuscators .NET Reactor completely stops any decompiling by mixing any pure
.NET assembly with native machine code".

I need an obfuscator that returns me a pure .NET DLL assembly, not a cake of
.NET code and machine code!


"Henrik Erlandsson" <we*******@neteject.com> wrote in message
news:ec**************@TK2MSFTNGP03.phx.gbl...
Hi John,

I use .NET Reactor which has better protection than most obfuscators. The
one from Visual Studio is out of the question because the code is still
readable. .NET Reactor has a native wall as well. It is very cheap - $172.
It is not integrated in VS but has many other features.

http://www.eziriz.com

best regards,

Henrik

John T. wrote:
Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a
single programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

.jt

May 12 '06 #7
I looked at CodeVeil which seemed interesting and tried it on my files
even though is has a more hefty price tag.

One thing I noticed about that tool was my F-Secure Anti-Virus flagged
the file as containing a virus. Searched on that on google and it seemed
to be a known problem for that tool which is not acceptable.

John T. wrote:
Hi Henrik

are you in business with .NET Reactor? :-)

Do you think that NET Reactor is suitable for a library of controls?

IMHO, .NET Reactor is a good product but, according authors "In contrast to
obfuscators .NET Reactor completely stops any decompiling by mixing any pure
.NET assembly with native machine code".

I need an obfuscator that returns me a pure .NET DLL assembly, not a cake of
.NET code and machine code!


"Henrik Erlandsson" <we*******@neteject.com> wrote in message
news:ec**************@TK2MSFTNGP03.phx.gbl...
Hi John,

I use .NET Reactor which has better protection than most obfuscators. The
one from Visual Studio is out of the question because the code is still
readable. .NET Reactor has a native wall as well. It is very cheap - $172.
It is not integrated in VS but has many other features.

http://www.eziriz.com

best regards,

Henrik

John T. wrote:
Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a
single programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

.jt

May 12 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: SR | last post by:
Looking for a Obfuscator that provides advanced Obfuscation like string encryption. Purchasing one is fine. It would be nice to hear from developers what products do the job. The price range...
5
by: Sargo | last post by:
Im about done with my coding on my latest project and want to use a Obfuscator to protect it. What suggestions can everyone offer for one. My project is done as a hobby and I would prefer one...
2
by: venky | last post by:
We are looking to obfuscate our code and other assembles. I just want to which obfuscator to use and does anyone knows any site or article which compares different obfuscator including pricing...
10
by: John | last post by:
Hi Does the obfuscator in vs.net 2003 automatically works when a project is compiled or does it need to be turned on explicitly somehow? Basically I want my app to be the safest in terms of...
6
by: Carlo | last post by:
Good morning someone used the built-in Dotfuscator Community Edition and can give me some suggestions and impressions? Someone knows a good free/opensource obfuscator? TIA Carlo
6
by: cool2005 | last post by:
I have been trying several JS obfuscator but none of them work with a set of JS files. There are references between files so it will never work if the JS obfuscator process each file...
1
by: kashifwk | last post by:
I am evaluating Obfuscator to secure the source code in .Net assembilies.I am considering following obfuscators: 1) XenoCode (http://www.xenocode.com) 2) Spices.Obfuscator...
3
by: Edhy Rijo | last post by:
Hi, Can anybody recommend a good, not expensive Obfuscator program for VB.NET 2005 other than the expensive solution from PreEmptive which comes with VS2005? Thanks! -- Edhy
11
by: =?iso-8859-1?q?Martin_M=FCcke?= | last post by:
Hi, I am looking for a good javascript obfuscator - I found several on the web, but I am looking for one that can also handle javascript in jsp, html and java files - so I need a javascript...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.