Turbosight USB DVB-S Q-Box: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(New page: I(Igorli) suppose, that firmware in Q-BoxDVBS.sys file lays: offset 0x3918, length 8192. #!/usr/bin/perl use File::Temp qw/ tempdir /; use IO::Handle; extract("Q-BoxDVBS.sys", 0x3918...)
(No difference)

Revision as of 06:42, 5 May 2007

I(Igorli) suppose, that firmware in Q-BoxDVBS.sys file lays: offset 0x3918, length 8192.

  1. !/usr/bin/perl

use File::Temp qw/ tempdir /; use IO::Handle;

   extract("Q-BoxDVBS.sys", 0x3918, 8192, "dvb-usb-qbox.fw");