bobef wrote:
Walter Bright Wrote:
>> 2. you can just use a bit editor to stomp on those names in the executable
(replace them with XXXXX or whatever). The exe files are not checksummed, so this should be straightforward.Too much manual work. Any clues how I can automate this? At least where I should look for info?
You can write a simple D program that contains a list of strings to patch. It reads the exe file, patches it, and writes it back out.
