Subject Re: F_1 field name vs SUM
Author psmdev
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?