Tagged Questions

0
votes
0answers
8 views

Resource on basic client security measures

Does anyone know of any resources that describes some techniques for improving security on the client side of an application? I do not expect to make anything completely "hack-proo …
11
votes
7answers
802 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 …
1
vote
5answers
195 views

Being a cracker nightmare!

Hi, I am trying to make a code hard to crack using Objective-C on a Mac. One of the things I have to do is to check to see if the application was cracked. I am new to Objectiv …
14
votes
10answers
975 views

My website got hacked… What should I do?

My dad called me today and said people going to his website were getting 168 viruses trying to download to their computers. He isn't technical at all, and built the whole thing wit …
2
votes
2answers
115 views

How to deal with user authentication and wrongful modification in scripting languages?

I'm building a centralized desktop application using Python/wxPython. One of the requirements is User authentication, which I'm trying to implement using LDAP (although this is not …
1
vote
2answers
57 views

Changing the program flow when running under a debugger

Is there any way of detecting that a debugger is running in memory? and here comes the on Form Load pseudocode. if debugger.IsRunning then Application.exit end if Edit: The ori …
5
votes
9answers
399 views

Hacking/cracking deontology

Let's say you recently discovered some major vulnerabilities in a couple of web sites that activate mainly in your country and are very powerful in their market. The vulnerabilitie …
5
votes
8answers
1k views

how are serial generators / cracks developed?

I mean, I always was wondered about how the hell somebody can develop algorithms to break/cheat the constraints of legal use in many shareware programs out there. Just for curiosi …
7
votes
6answers
500 views

Have you ever used code virtualizer or vmprotect to protect from reverse engineering?

I know that there is no way to fully protect our code. I also know that if a user wants to crack our app, then he or she is not a user that would buy our app. I also know that it i …