Concealing the nature of how things truly function or work.
96
votes
21answers
27k views
How do I protect python code?
I am developing a piece of software in python that will be distributed to my employer's customers. My employer wants to limit the usage of the software with a time restricted license file.
If we ...
94
votes
25answers
46k views
How can I obfuscate JavaScript?
I want to make a JavaScript application that's not open source, and thus have two questions:
What's the best way to obfuscate the code?
What's the best way to obfuscate the strings themselves within ...
81
votes
18answers
4k views
Protecting executable from reverse engineering?
I've been contemplating how to protect my C/C++ code from disassembly and reverse engineering. Normally I would never condone this behavior myself in my code; however the current protocol I've been ...
76
votes
28answers
20k views
Best .NET obfuscation tools/strategy [closed]
My product is both ASP.NET, Windows forms app and Windows service.
95% of code is .NET (VB if you must know).
For IP reasons, I need to obfuscate the code. I am using an old dotfuscator (over 5 ...
44
votes
18answers
4k views
Best way to obfuscate an e-mail address on a website?
I've spent the past few days working on updating my personal website. The URL of my personal website is (my first name).(my last name).com, as my last name is rather unusual, and I was lucky enough to ...
37
votes
20answers
10k views
What is the best .NET obfuscator on the market? [closed]
What is the best .net obfuscator on the market right now?
I realize nothing is fool proof, but some products are obviously better than others.
34
votes
4answers
1k views
How can I say “love” without character or digits in JavaScript? [closed]
Inspired by Ryan Barnett's PPT of BlackHat DC 2011, especially the code below:
($=[$=[]][(__=!$+$)[_=-~-~-~$]+({}+$)[_/_]+ ($$=($_=!''+$)[_/_]+$_[+$])])()[__[_/_]+__ [_+~$]+$_[_]+$$](_/_)
Yesterday ...
27
votes
5answers
8k views
How good is Dotfuscator Community Edition? What is “good enough obfuscator”?
I plan to release one small, low priced utility. Since this is more hobby than business, I planned to use Dotfuscator Community Edition that is shipped with VS2008.
How good is it?
I could also ...
26
votes
12answers
1k views
techniques for obscuring sensitive strings in C++
I need to store sensitive information (a symmetric encryption key that I want to keep private) in my C++ application. The simple approach is to do this:
std::string myKey = ...
25
votes
2answers
28k views
Is it possible to decompile an Android .apk file?
Are the users able to convert the apk file of my application back to the actual code?
If they do - is there any way to prevent this?
22
votes
4answers
8k views
Android and obfuscation
Is there anyone here who have real-world experience on this topic and is willing to share his experiences on subject? Links to guides/code/step-by-step instructions are highly appreciated.
Thanks!
20
votes
13answers
8k views
Obfuscating C/C++ Code
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 ...
20
votes
10answers
22k views
Code obfuscator for php?
Hey!
Has anybody used a good obfuscator for PHP?, I've tried some but they dont work for very big projects. They can't handle variables that are included in one file and used in another, for instance.
...
20
votes
15answers
5k views
Should you obfuscate a commercial .Net application?
I was thinking about obfuscating a commercial .Net application. But is it really worth the effort to select, buy and use such a tool? Are the obfuscated binaries really safe from reverse engineering?
19
votes
6answers
3k views
Interview Hello World question
This classic ioccc entry is a hello world program written in c. Can anyone please provide an explanation of how it works?
Original code (syntax highlighting intentionally missing):
int ...
19
votes
5answers
5k views
How to declare dependent style names with UiBinder
I have a simple UiBinder widget containing a TextArea:
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
...
19
votes
10answers
998 views
Does e-mail obfuscation really make automatic harvesting harder?
Many users and forum programs in attempt to make automatic e-mail address harversting harder conseal them via obfuscation - @ is replaced with "at" and . is replaced with "dot", so
...
19
votes
13answers
3k views
Should I be worried about obfuscating my .NET code?
I'm sure many readers on SO have used Lutz Roeder's .NET reflector to decompile their .NET code.
I was amazed just how accurately our source code could be recontructed from our compiled assemblies.
...
17
votes
9answers
1k views
How effective is obfuscation?
A different question, i.e. Best .NET obfuscation tools/strategy, asks whether obfuscation is easy to implement using tools.
My question though is, is obfuscation effective? In a comment replying to ...
17
votes
21answers
2k views
Making email addresses safe from bots on a webpage?
When placing email addresses on a webpage do you place them as text like this:
joe.somebody@company.com
or use a clever trick to try and fool the email address harvester bots? For example:
HTML ...
15
votes
4answers
312 views
How do these javascript obfuscators generate actual working code?
There's this one and this one and they both generate completely unreadable code, one being more adorable than the other.
Now, I'm no expert in Javascript, but I fail to see how
゚ω゚ノ= /`m´)ノ ~┻━┻ ...
15
votes
10answers
3k views
Javascript library: to obfuscate or not to obfuscate - that is the question
I need to write a GUI related javascript library. It will give my website a bit of an edge (in terms of functionality I can offer) - up until my competitors play with it long enough to figure out how ...
15
votes
2answers
395 views
How does this “hello world!” program work?
int main(void)
{
return('yes', *"no", **main, *********printf) ("hello world!\n") *0;
}
outputs hello world!, but how does it actually work?
15
votes
12answers
1k views
Should I be obfuscating database IDs from my users?
I'm being told that I shouldn't be using database IDs directly in HTML code in web applications.
Currently I use the IDs on things like table row IDs (tableRow-454 where 454 is the ID of the row in ...
14
votes
12answers
3k views
.Net Obfuscation
As many of you know there is no copyright law in some countries. I support copyrights myself, but in Iran:
Windows Server 2008 =1$
king 2008 = 14$
MS SQL Server 2008 =50 Cents
...
How can I prevent ...
14
votes
5answers
6k views
Free SWF Obfuscator [closed]
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 ...
13
votes
5answers
7k views
13
votes
7answers
1k views
Software protection for small vendors
This is a problem we all have to consider at some point.
After many years and many approaches I tend to agree in general with the staterment:
"For any protected software used by more than a few ...
13
votes
10answers
15k views
Best solution to protect PHP code without encryption
First of all, I'm not looking for miracle... I know how PHP works and that there's not really way to hide my code from the clients without using encryption. But that comes with the cost of an ...
13
votes
10answers
5k views
What do you use to protect your .NET code from reverse engineering? [closed]
For a while we were using a tool called CodeVeil. I'm just wondering if there are better alternatives out there.
Edit: Before more people misunderstand the question, I'm aware that a determined ...
12
votes
4answers
748 views
How does this code generate the map of India?
I got this code from somewhere. It prints the map of India, but how does the code work? I can't understand any of it.
#include "stdio.h"
main()
{
int a,b,c;
int count = 1;
for (b = c = ...
12
votes
10answers
3k views
Best Java obfuscator? [closed]
I am developing a security software and want to obfuscate my java code so it will become impossible to reverse engineer. What is the most reliable java obfuscator ?
12
votes
4answers
2k views
Free .net obfuscator?
I'm looking for a good .net obfuscator (for Visual Studio Express Edition) but it has to be free. Any recommendations?
11
votes
9answers
489 views
Challenge: maximize cost of obfuscation's reverse engineering
Disclaimer: Similar questions has been asked a number of times on SO, however this question is much more specific, and has not been adequately addressed so far.
We're developing a new packaged ...
11
votes
3answers
698 views
Obfuscator which supports WPF properly
What options exist for a good obfuscator tool for .NET which propertly support WPF in .NET 4.0?
In particular, which obfuscation tools handle rewriting of BAML within WPF assemblies, and handle ...
11
votes
7answers
662 views
What is Perl's secret of getting small code do so much?
I've seen many (code-golf) Perl programs out there and even if I can't read them (Don't know Perl) I wonder how you can manage to get such a small bit of code to do what would take 20 lines in some ...
11
votes
11answers
1k views
Why does Bing obfuscate their JavaScript?
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 ...
11
votes
11answers
3k views
What is the difference between Obfuscation, Hashing, and Encryption?
What is the difference between Obfuscation, Hashing, and Encryption?
Here is my understanding:
Hashing is a one-way algorithm; cannot be reversed
Obfuscation is similar to encryption but ...
11
votes
8answers
2k views
Can you Distribute a Ruby on Rails Application without Source?
I'm wondering if it's possible to distribute a RoR app for production use without source code? I've seen this post on SO, but my situation is a little different. This would be an app administered by ...
10
votes
1answer
138 views
How to shrink scala swing library using Proguard?
I tried to shrink and obfuscate my Scala/Java program using Proguard. While I was using only scala-library.jar, everything was fine, but when I add scala-swing.jar to my jars, I get the following:
...
10
votes
3answers
266 views
Serialization and Obfuscation in .NET
I have a binary that I want to obfuscate and the hand out to users. Let us assume I use the an unobfuscated version of my binary to serialze data using the off the shelf .NET binary formatter. Could ...
10
votes
6answers
602 views
How to obfuscate string constants?
We have an application which contains sensitive information and I'm trying my best to secure it. The sensitive information includes:
The main algorithm
The keys for an encryption/decryption ...
10
votes
3answers
402 views
10
votes
6answers
701 views
How to obfuscate web app before publishing?
I have a Visual Studio 2008 solution with number of DLLs and web application uses them as a main project. It's a commercial banking and accounting software (thin client) and I don't want a client ...
10
votes
6answers
789 views
Is .NET code obfuscation really worth it?
From what I've read, code obfuscation isn't really that hard to "crack", and it will only delay the inevitable. In that case, what is it's purpose?
If someone really wants to steal your source ...
10
votes
3answers
1k views
10
votes
16answers
697 views
Real world uses for obfuscation
For what purposes would you want to obfuscate your code? I have not run into any real purposes other than participating in contests, but I am sure there must be some intelligent and useful reasons ...
10
votes
8answers
3k views
How do you hide secret keys in code?
I've wondered for some time how some software hides secret keys in such a way that they can't be trivially discovered. Just a few examples:
DVD Player Software hides CSS keys
Software with serial ...
10
votes
3answers
903 views
Three arguments to main, and other obfuscating tricks
The following obfuscated C code prints the words to the "12 days of Xmas".
I was trying to puzzle out how it works. I'm basically completely lost. What is the significance of the three untyped ...
10
votes
9answers
3k views
Silverlight and Obfuscation
I am fairly new with silverlight and I really find it cool. I have a question about how it runs the code client-side tho..
Say for example, I have a site that calculates a certain amount based on ...

