Ive been asked to change an IP address in a executable that was deevloped using .net 1. Basically the original development company no longer exist and our company wish to move a program from one server to another which requires a change of IP address. The problem is that the address is hardcoded in the exe. There is no chance of getting the original source anymore.
We used .Net Reflector to decompile the code and can see the line, but because of the complexity of the program we are unable to recompile as there are too many errors.
We also tried using Flexhex hex editor to change the string in the exe itself, but we are unable to find it using FlexHex which seems strange as we can see its a string in the decompiled code from reflector
Can anyone advise the best way of doing this, short of redeveloping the program.
Thanks
AndyH1
We used .Net Reflector to decompile the code and can see the line, but because of the complexity of the program we are unable to recompile as there are too many errors.
We also tried using Flexhex hex editor to change the string in the exe itself, but we are unable to find it using FlexHex which seems strange as we can see its a string in the decompiled code from reflector
Can anyone advise the best way of doing this, short of redeveloping the program.
Thanks
AndyH1