Is there a way to send parameters to a DLL (using the $dll() identifier) as binary data? Normally I'd send ASCII chars but then I have the problem of null characters (00000000) disappearing.

Normally it wouldn't matter except I'm trying to use all possible values for each byte of a private key in my encrypted chatting script. Any help is greatly appriciated, and thanks in advance laugh