Help for this page

Select Code to Download


  1. or download this
    my $buffer = '';
    sysseek $file, 0x15, 0;
    sysread $file, $buffer, 0x03;
    syswrite $outfile, $buffer;
    
  2. or download this
    sysseek $file, $buffer, 0;
    
  3. or download this
    sysseek $file, 0x400, 0;