Help for this page

Select Code to Download


  1. or download this
    ...sh script...
    something.tar.gzNULNULNUL...bunch tarball here....7z¼¯' ...bunch of 
    +7z compressed material here...NULNULBS=MIME-Version: 1.0 ... base64 e
    +ncoded material here...
    
  2. or download this
    script_len=3265
    /bin/dd if="${0}" bs=$script_len skip=1 | /bin/tar -xO | /bin/tar -xzv
    + -C $_EXTRACT_DIR || exit 1
    ...
    /bin/dd if="${0}" bs=$offset skip=1 | /bin/cat | /bin/dd bs=1024 count
    +=26 of=$_EXTRACT_DIR/data.tar.7z || exit 1
    [ -f /usr/local/bin/python ] && /usr/local/bin/python -c "with open('$
    +_EXTRACT_DIR/data.tar.7z', 'rw+') as f: f.seek(26585); f.truncate()"
    offset=$(/usr/bin/expr $offset + 26585)
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        $start = $numbers[$i] ;
        close $fh ;
    }