t-hack.com

English - X300T / X301T / DIT9719 / KISS KMM / BT Vision / Bluewin TV-Box / V-BOX/ VIP 1216 or similar Hardware => Software => Topic started by: is0-mick on 22. Apr 2008, 20:00

Title: TV2ClientCE.exe
Post by: is0-mick on 22. Apr 2008, 20:00
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
Title: Re: TV2ClientCE.exe
Post by: Hoernchen on 22. Apr 2008, 20:21
My suggestion : Reflector (http://www.aisto.com/roeder/dotnet/) and the reflexil plug-in from here (http://sebastien.lebreton.free.fr/reflexil/) ;)