piracy-prevention

Basic precautions to prevent piracy?

一曲冷凌霜 提交于 2021-01-29 17:38:51
问题 It's my first app and I am concerned about piracy. I know it's not possible to fully prevent it but I would like to make it as hard that the hacker wouldn't simply find it worth. I have read some older threads but I don't know how secure Android and libraries like LVL are today. So far, I have only implemented Proguard and LVL. What are other ways that people can crack my app besides reverse engineering and what can I do to make it hard? Also, I asked another question specifically about lucky

Prevent time-based copy protection circumvention? [closed]

若如初见. 提交于 2020-01-04 06:15:29
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I have some trial software that I wish to distribute to clients. I want the trial based software to stop working 30 days after installed. A simple check of the system date in the software is the most straightforward way to achieve this, but couldn't a client easily circumvent this

Implementing Licencing mechanism for a Software [closed]

纵然是瞬间 提交于 2019-12-30 01:14:09
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I am thinking of implementing a good licensing mechanism that has a good resistance against piracy. The required mechanism should not use an internet connection at each and every time the software is used. I am thinking of a mechanism based on hardware IDs etc. Do you guys have

How to prevent decompilation of any C# application [closed]

坚强是说给别人听的谎言 提交于 2019-12-28 05:07:05
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . We are planning to develop a client server application using C# and MySQL. We plan to sell the product on the shelf like any other software utility. We are worried about the decompilation of our product which does have some sort of edge over our competitors in terms of usability

How to secure my app against piracy

╄→гoц情女王★ 提交于 2019-12-28 01:41:12
问题 I am developing an android app and I am planning to publish it (paid app). I have heard that it is very easy to pirate Android apps (much easier than iphone). I was wondering from your experience or what you know, how can increase the security of my app? I know that I can never get it 100% secured but I want to make it harder for people to pirate it or distribute it illegally Any ideas, experiences, comments you can share? 回答1: I released a free anti-malware app for Android, and making sure

Does your employer enforce the use of anti-piracy software? [closed]

限于喜欢 提交于 2019-12-23 05:17:20
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last month . How does your employer limit/prevent pirating of its products? Some have the view that piracy can be good because of the market share and exposure it gives. Sure these are benefits but they come at a cost. Do you use any anti-piracy software or methods to protect your products

How Can I Protect My C# Code From Being Decompiled? [duplicate]

房东的猫 提交于 2019-12-22 17:28:07
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: .Net Obfuscation Alternative for Obfuscation in the .NET world Just a few minutes ago, I read that there are a number of tools, many free, that allow you to convert a C# .exe back to a VB solution. This means that my proprietary code can be viewed, edited, and recompiled/redistributed. Is there a way to prevent this? 回答1: In short you need to use Obfuscation. To name a few. Dotfuscator Obfuscator Skater

Prevent HTML Source Code Stealing [closed]

穿精又带淫゛_ 提交于 2019-12-09 05:12:01
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . Recently I did some web design work for a person. I continued to show him progress by giving him a link to his new site on my development server. Nearing the end of completion, he dropped all contact with me and I was completely unable to get a hold of him. I took a look at his

How Can I Protect My C# Code From Being Decompiled? [duplicate]

隐身守侯 提交于 2019-12-06 07:28:34
This question already has answers here : Closed 8 years ago . Possible Duplicate: .Net Obfuscation Alternative for Obfuscation in the .NET world Just a few minutes ago, I read that there are a number of tools, many free, that allow you to convert a C# .exe back to a VB solution. This means that my proprietary code can be viewed, edited, and recompiled/redistributed. Is there a way to prevent this? Mark Hall In short you need to use Obfuscation . To name a few. Dotfuscator Obfuscator Skater (Freeware) DeployLX CodeVeil Plus Visual Studio comes with a light version of Dotfuscator. You can read

How to detect if a Windows version is legal or not? [closed]

*爱你&永不变心* 提交于 2019-12-03 05:42:07
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I'm not interested in getting version information. All I want to do is to make sure my application will only run on a legal version of Windows and not on a pirated version. Windows uses some trick to determine this but still allows pirated versions to continue to run, although with some limits. So, is there a