Because the app is written in C#
if you upload it to
http://www.remotesoft.com/
it will decompile it entirely back to its source code :)
So it is fully moddable.
for instance...
ManagedReadyEvent(_pipeId, _channel, _serviceInfo.ServiceId, _multicastEndPoint, _serviceInfo.TotalBitRate, _disableBurst, _serviceInfo.DeliveryMode);
if (_disableServerTune)
{
if (!_multicastAllowed)
{
_detuned = true;
Logger.RaiseDebugEvent(TV2LogSubSystem.AV, "Multicast not enabled for service: {0}", new object[]{serviceId});
return;
}
EnableUnderflowCheck();
}
Mick
My suggestion : Reflector (http://www.aisto.com/roeder/dotnet/) and the reflexil plug-in from here (http://sebastien.lebreton.free.fr/reflexil/) ;)