Rob, > On the other hand, why are you defining your strings as arrays of bytes > in the first place? Why not just define them as strings? I am looking for ways to protect certain pieces of information in my program from part-time hackers (if full-time hackers want to disassemble a program I ain't gonna be able to stop them). Rather than define anything that can be picked up as a string of characters I am trying to define it as binary data. Am I completely off the mark in my assumptions ? Will defining strings as binary data hide it from resource viewers and the like ?
Does anyone have any tips on this subject other than programs that compress the EXE (any recommendations here also) ? Thanks, Darren _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

