Tagged Questions

0
votes
11answers
243 views

How to protect Java codes against decompiler ?

As we know , there are a lot of java decompiler tools which can convert .class to .java file. Therefore,we need to protect our .java files against decompiler. I know this is a big topic,and maybe …
0
votes
1answer
70 views

Questions about .NET and Xenocode Postbuild

Referring to this topic (and accepted answer). Isn't .NET Windows only (except for emulators)? How will using Xenocode Postbuild affect the portability of the application? Will compiling my …
1
vote
4answers
40 views

.Net Component for JavaScript Obfuscation?

Are there any .Net components for obfuscating JavaScript? I'm generating JavaScript dynamically & emitting via ClientScript.RegisterClientScriptBlock. I'd like to make it more difficult for others …
6
votes
2answers
228 views

Obfuscation and GPL

This is a hypothetical scenario (ie: I just thought it up and I do not intend to do it!) What stops a company from preventing the effective use of a derivative GPL work by doing the following Fork …
4
votes
6answers
279 views

Good non-intrusive anti-spam email obfuscator?

I'm trying to come up with a JavaScript email obfuscator to reduce the chance for spam in emails listed on a web site. Right now I've got a JavaScript based obfuscator that uses a combination of HTML …
0
votes
4answers
96 views

How to create own dotnet obfuscator

I know that dot net dlls and exe contain their assemblies with them so every body can extract code from it. so to tell me how can i create my own dotnet obfuscator and tell me if their exist any other …
9
votes
6answers
989 views

Securing a .NET Application [closed]

Duplicate: Protecting .NET Code from Reverse Engineering We've recently released a small application and this weekend I found a cracked version of it on Piratebay that had the registration …
1
vote
8answers
629 views

How to protect Mac OS X software from cracking?

We're releasing a Mac version of our Windows application. Under Windows, there are several tools for executable protection, for example Armadillo, ExeCryptor, AsProtect etc, however, none of these has …
3
votes
3answers
972 views

Java obfuscation - ProGuard/yGuard/other?

This is along similar lines as these recent questions: http://stackoverflow.com/questions/93290/best-java-obfuscation-application-for-size-reduction …
0
votes
3answers
391 views

Obfuscating Jar files with other Jar files embedded

So figure we have a Jar file with our Java application, and it has inside of it the Jar files for the libraries it depends of, a the jdbc or any other third party jar. How do you proceed to obfuscate …
0
votes
2answers
70 views

How can I obfuscate a Symfony PHP Web App?

Hello, I am looking to distribute a symfony web app, but don't want to reveal its source code. I know it is tough to obfuscate PHP, but I was wondering if there are any closed or open source …
2
votes
3answers
261 views

What does this obfuscated Perl code do? [closed]

What does this do? …
0
votes
4answers
352 views

Is there any good PHP obfuscator?

It should be free,easy to use, and that's all!
3
votes
8answers
59 views

cf.net app protection (antidebug, obfuscate)

Is there any out-of-the box solution that protects cf.net (3.5) software against reverse engineering and unlicensed redistribution (average hacker protection)? Any option of packer/native wrapper?
0
votes
3answers
122 views

.NET separate assembly obfuscation?

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 …

1 2 3 4 5 13 next
15 30 50 per page