Tagged Questions
The software-protection tag has no wiki summary.
6
votes
8answers
404 views
Software protection / code obfuscation that does not trigger antivirus false positives
I'm looking for software protection and/or code obfuscation software like Oreans Themida, VSProtect, ASPRotect and similar. However, antivirus false positives is a deal-breaker for me. I cannot ...
4
votes
4answers
574 views
SP (Stack Pointer) Anti-debug Trick - x86
Listing 7.1 The Decryptor of the Cascade Virus
lea si, Start ; position to decrypt (dynamically set)
mov sp, 0682 ; length of encrypted body (1666 bytes)
Decrypt:
xor [si],si ; ...
3
votes
1answer
774 views
Software protection alternative for Themida
We currently use Themida for our C/C++ software protection, but the highly number of false positives on anti-virus softwares are disturbing our client base.
Does anyone knows any other software ...
2
votes
2answers
112 views
Software Protection: Shuffeling my application?
I want to continue on my previous question:
http://stackoverflow.com/questions/3007168/torrents-can-i-protect-my-software-by-sending-wrong-bytes
Developer Art suggested to add a unique key to the ...
2
votes
5answers
439 views
Securing WinForms Application suggestions
I've been looking for a simple key/license system for our users. Its partly to stop piracy (avoid users from sharing the application around) and the other half to track the number of 'licensed users' ...
1
vote
2answers
276 views
Software protection dongle vs. Adobe Air
This looks like an extremely silly question even to me, but anyway, I'm curious:
Is there a way to protect an Adobe Air application with hardware key (aka Software Protection Dongle)?
I'm looking ...
0
votes
2answers
47 views
Software protection suggestions
I am trying to find a good way of protecting a program that needs to manage its users. The program is targeted for a very specific market that has a low chance of being people going out of their way ...
0
votes
0answers
16 views
Software/Extension protection for a Dreamweaver extension
Can anyone suggest a Software/Extension protection solution for dreamweaver extensions ?
I have created an extension for dreamweaver, but i want to protect it from being pirated.
Any solutions ?
...
0
votes
1answer
118 views
How does active software protection dongles work?
I have seen the wikipedia article which is a bit sketchy on the details.
I would like to know, in addition to general principles of operation, some practical details like:
Are they limited to ...
0
votes
1answer
133 views
How to make Windows System Restore ignore some of my application files?
I am experimenting with software copy protection ideas and now I have the following problem.
I have a trial version of my application. Trial data are stored in a certain file and also in some certain ...
0
votes
1answer
444 views
How sure is to create a USB security key using PnPDeviveID?
I need to protect software using a USB key. Can I just query a USB drive with WMI and obtain the PnPDeviceId from Win32_DiskDrive Class, and compare it with one already hashed and hard coded in the ...