0xShiro
|
In Windows, the IPv4 address is stored in the Registry.rnrnFor future reference, for anyone looking for the registry keys, value name, and data, it's located here::rn"HKEY_CURRENT_USERSoftwareAmerica OnlineAOL Instant Messenger (TM)CurrentVersionServer"rn"Host"="login.oscar.aol.com"rn"Port"="5190"rnrnIn later versions it's defined in two file "acccore.dll" & "defaults.xml"rnIn the XML file it's in these two variables::rn"<text key="aimcc.connect.host.address" value="kdc.uas.aol.com"/>"rn"<text key="imApp.connect.hostAddressUas" value="kdc.uas.aol.com"/>"rnrnrnIf you have the install file, I can try to change the default Host domain name (or IP address),rnusing a hex editor. I'm not sure if there's a GUI option to change it.
|