[GD-Windows] Masking strings in an executable
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2001-11-23 21:27:29
|
I'd like to mask the strings in my executable (e.g. hardcoded strings for registry entries or what have you). Something like a simple XOR mask will work fine, however I'd rather avoid XORing all my strings manually then typing them in, etc. Anyone here have a crafty, efficient way of masking strings in their EXEs? Brian |