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

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
I(Igorli) suppose , that firmware in Q-BoxDVBS.sys file lays: offset 0x3918, length 8192. Script:
I(Igorli) suppose , that firmware in Q-BoxDVBS.sys file lays: offset 0x3918, length 8192. Script for extracting it:
#!/usr/bin/perl
#!/usr/bin/perl

Revision as of 06:44, 5 May 2007

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

#!/usr/bin/perl

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

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