I dont have much knowledge with assemblers. I beg ur pardon in advance.
I need to change an IP address in a win-binary (Net) where the IP its hard-coded. Just changing the IP with an Hex Editor would be that easy. But the new IP has longer Octet - e.g.
I want to change the 123.12.12.123 to 123.123.123.123 Just inserting some digits per Hex Editor makes the file corrupt (adresses from routines etc. are moving I guess).
What would be the "easiest" way to do that? Thanks.