I have the following binary data that I need to put into a
REG_BINARY value in the registry. I know how to access the registry and insert data, but I can't figure out how to insert the following binary data exactly as is:
I think it must have something to do with the pack statement and a template? Everything I try changes the binary data to something else? I just don't know that much about binary.
Any help would be much appreciated.