Turbosight USB DVB-S Q-Box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (USB DVB-S Q-box moved to Turbosight USB DVB-S Q-box: name) |
(No difference)
|
Revision as of 16:15, 2 October 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");