If you already have the binary data in a variable, it should be as simple as using a print statement to put it into whatever you want (watch out for binmode on win32). If you have an ascii or hex representation of the binary, then you'll have to use something like pack, or hex and then pack to turn it into binary.
so it would probably be something like
pack "c5", map { hex $_ } qw( 1f b0 67 8c 79 )
In reply to Re: REG_BINARY Registry Data
by AidanLee
in thread REG_BINARY Registry Data
by kyleh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |