TV2ClientCE.exe

Started by is0-mick, 22. Apr 2008, 20:00

previous topic - next topic
Go Down

is0-mick

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

Hoernchen

My suggestion : Reflector and the reflexil plug-in from here ;)
bringer of linux, conqueror of hdmi, jack of all trades.

Go Up