Duplicate
Best .NET obfuscation tools/strategy
I used dotfuscator community edition to obfuscate my sample application with some third party tool(like Telerik RadGrid controls) ,but it showing some errors,which has no solutions for that . i want to know which one is the best obfuscation tool for dotnet .
...
Hi everyone,
I have a desktop application that needs to read data from a database, both installed on client computer.
That data in database must be encrypted, to deny client access, and protect data.
I need to know what kind of database to use that can supports encryption, because the amount of data in some tables will be very huge, I...
I'm not actually writing this software myself, but it occurred to me that I have no idea how to solve the problem. As the best way to explain the problem, I'll describe a specific scenario from a hypothetical multi-player first-person shooter game...
Player A is hiding in some bushes facing west
Player B is sneaking up on player A from...
It should be free,easy to use,
and that's all!
...
Does anybody know of a free flash obfuscator? All I can find are commercial ones with free trials. I have done numerous google searches, and have been unable to find what I am looking for.
I know that obfuscators do not make your swf hack proof, but they make things harder.
Things I am looking for in an obfuscator:
Unlimited obfusc...
I brought up a point about obfuscation in another question to which someone replied "obfuscation doesn't stop much".
Rather than start a debate in comments on there, I wanted serious community answers as to how safe my code is when obfuscated with X, Y or Z obfuscator, and if any obfuscation tools truly get the job done.
I'm also inter...
I discovered that it is possible to extract the hard-coded strings from a binary.
For example the properties view of Process Explorer displays all the string with more than 3 characters.
Here is the code of a simple executable that I wrote to simply test it:
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
#endif
#include <stdio.h>
#in...
I'm being presented with the following Exception when trying to serialize a class that contains enums in an obfuscated project:
ProtoBuf.ProtoException: The default enum value X is not defined for the optional property Y
If I exclude all affected enums from obfuscation everything runs fine, however, I switched to protobuf.net to be...
Hi guys,
I'm looking for a visual studio plugin with the following functionality:
On building the project or executing the tool, the plugin looks for all *.js and *.css files in your project and compresses/minimizes them into *.min.js and *.min.css files.
Executing the tool on project build would enable you to keep the references to ...
I'm using Xenocode and want to obfuscate the main application (A.exe + B.dll) and, separately, a plug-in component "P.dll" which references B.dll. So I have two Xenocode projects with the same passphrase. For "A/B" I select to obfuscate all B classes/methods/etc. (using a filter B.*) . Then for the plug-in I select to obfuscate all...
Hello,
I know this is kind of stupid, but I need to protect a javascript, in a sense that I wish to add as much security as possible so that it is not pirated. Well, because it the core component of the system. I plan to use YUI compressor to compress and obfuscate it.
But I would also like to add a protection which checks the domain,...
I'm using Antenna to build, pack and obfuscate a j2me app.
Building and packing works fine.
The project uses a 3rd party jar that is already obfuscated except by some interfaces.
When trying to obfuscate I got several errors like:
[wtkobfuscate] Warning: i: can't find referenced class fooPackage.fooClass
Class i and fooPackage.fo...
Hi,
I have a small classic asp site and I am concerned that a client may stop paying me. The site is on their server, so I basically want an "off switch" in the event they stop paying me. I couldn't think of a good way to do this as they have a tech person who has access to the server, so any code I write to stop the site would be eas...
I'm very new to obfuscation and don't have a lot of experience with ant. Come someone provide me a way to obfuscate a regular Java application with ProGuard (or any other open source obfuscator). Currently I'm using NetBeans 6.5.1, and only see the obfuscation ability if I create a JAVA ME, and not a Java Application like I have. I've...
I have a password string that must be passed to a method. Everything works fine but I don't feel comfortable storing the password in clear text. Is there a way to obfuscate the string or to truly encrypt it? I'm aware that obfuscation can be reverse engineered, but I think I should at least try to cover up the password a bit. At the very...
I tried .NET Reactor with a simple Managed Extensibility Framework (MEF) application. The host couldn't load adpators and addins.
There is no forum support from .NET Reactor, so stackoverlow seems the best place to ask this question. :)
...
Hi there
What tools are available to obfuscate C/C++ code. I would prefer an open source solution. Thanks
Update:
Regarding the "use the compiler" responses
I am aware of that but I have a client that wants to obfuscate their C/C++ code none the less I personally don't understand why, I have just been made responsible to implement a s...
I need to obfuscate or encrypt some plain text data in my php 5.2 application.
I'd prefer a solution that would have input string and output string retain the same length.
This does not need to extremely strong, as there are numerous other layers of security in place. Strong would be good, but this will just keep programmers/dba/suppo...
I currently use the free obfuscation tool that ships with VS and it does what I need but my program seems slower after obfuscation, are other ofuscators any better?
Thanks
...
I was surfing the web, as usual and I wanted to take a look at Bing's source code because I was curious and wanted to know what they were using to make their image fade in. I was surprised by what could only be qualified by the following line :
Holy wall of text!
And it made me wonder if there is any advantage to obfuscate your (X)HTML...