Help for this page

Select Code to Download


  1. or download this
    Windows Registry Editor Version 5.00
    
    ...
      00,74,00,68,00,69,00,72,00,64,00,20,00,6c,00,69,00,6e,00,65,00,00,00
    +,00,00
    "reg-sz"="string"
    "expand-sz"=hex(2):25,00,70,00,61,00,74,00,68,00,25,00,00,00
    
  2. or download this
    "binary"=3:<one or two non-ASCII character displayed here>
    "dword"=4:0x00000010
    "multi-sz"=7:first<null delimiter here>line-second line<null delimiter
    + here>third line<null delimiter here><null delimiter here>
    "reg-sz"=1:string
    "expand-sz"=2:%path%
    
  3. or download this
    use Modern::Perl;
    
    ...
        );
        say qq{"$value"=$valuetype:$valuedata};
    }