Jump to content
Tuts 4 You

What are some ways to prevent data fishing?


Bob Dole

Recommended Posts

Suppose you have a data file in your protected software (assume it's protected by something like VMP or Themida) that you don't want a user to tamper with.  You conclude that you will embed information into this data file which your program will use, i.e., initiate constants using this data as some kind of initial value. However, this can be bypassed relatively easily if the cracker (a) knows you're doing this to a specific data file and (b) can debug your program to fish out these constants.  Then simply replaces your data file and writes a loader to overwrite these constants with the fished data.

Is there anything that can be done to make this even more difficult for the cracker to replace?

Edited by Bob Dole
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...