Turbosight USB DVB-S Q-Box

From LinuxTVWiki
Revision as of 06:42, 5 May 2007 by Igorli (talk | contribs)
Jump to navigation Jump to search

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

#!/usr/bin/perl

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

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