Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $a="snoopy";
    ...
      @s[$_] = "$x$_ " x 100);
    }
    @s = ();
    
  2. or download this
    perl testmem
    cp /dev/mem /tmp/mymem
    grep -a snoopy /tmp/mymem | more
    reset (you will need this)