Sunday, 25 August 2013

Prevent EXE being copied to another PC - keep some info inside EXE file (e.g. some flag)

Prevent EXE being copied to another PC - keep some info inside EXE file
(e.g. some flag)

I want to prevent executable being copied to another PC and thus i need to
somehow save information inside my EXE file about that it was already used
somewhere else on another PC.
Can i embed small piece of information like user's hard drive number into
my EXE file so this information would be available when this EXE is copied
to another PC?
I thought maybe there is a way to read and write to some resource file
embedded in an EXE file but i presume that resource file is read only and
if so is there is a place inside EXE file where i could keep information
which i need?

No comments:

Post a Comment