P
PseudoBill
I have an app (single exe) in which I want to modify a few strings
depending on the type of user. I know I can set up an automatic
build process to take care of this (I actually have done this), but
it would be faster to use a little utility to directly modify a
template exe (i.e, only creating a new exe when the source code
changes). This would take about 1 second to directly modify an exe
vs a couple of minutes to build a new exe with a build utility.
The question is: how do you directly modify an exe? I can find the
strings I want to modify with no problem, but when I edit in a text
editor the exe is no longer runnable. Is there a special utility I
should be using for this? Is there some sort of checksum going on in
the exe which breaks when I modify a string?
depending on the type of user. I know I can set up an automatic
build process to take care of this (I actually have done this), but
it would be faster to use a little utility to directly modify a
template exe (i.e, only creating a new exe when the source code
changes). This would take about 1 second to directly modify an exe
vs a couple of minutes to build a new exe with a build utility.
The question is: how do you directly modify an exe? I can find the
strings I want to modify with no problem, but when I edit in a text
editor the exe is no longer runnable. Is there a special utility I
should be using for this? Is there some sort of checksum going on in
the exe which breaks when I modify a string?