Subject | Re: F_1 field name vs SUM |
---|---|
Author | psmdev |
Post date | 2005-05-10T15:13:12Z |
If you really can't change the code, I don't think there's a simple way.
since "F_1" and "SUM" are both 3 chars long, you could use a hex
editor on the binary of your program, although this is of course not
ideal and potentially risky.
Why can't you recompile the code?
since "F_1" and "SUM" are both 3 chars long, you could use a hex
editor on the binary of your program, although this is of course not
ideal and potentially risky.
Why can't you recompile the code?