Help for this page

Select Code to Download


  1. or download this
    dd if=/dev/mem bs=32k skip=31 count=1 | strings -n 10 | grep -i bios
    
  2. or download this
    dd   if=/dev/hdb0  | strings -n 10 | grep -i  secretkey
    
  3. or download this
    my $pid = open(FH, " dd if=/dev/hdb0 | ") or die "$!\n";
    
    ...
             #on your chunk boundaries, so you may need to save a few 
             #hunderd bytes of each $buf to add to the next one
          }