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