李波's profilekpld's SpacePhotosBlogLists Tools Help

Blog


    5/29/2008

    迅雷、快车、QQ下载地址分析

    迅雷:
    加密:"thunder://".base64_encode("AA".$txt1."ZZ");
    解密:substr(base64_decode(str_ireplace("thunder://","",$txt1)),2,-2);
     
    flashget:
    加密:"flashget://".base64_encode($txt2);
    解密:str_ireplace("[FLASHGET]","",base64_decode(str_ireplace("flashget://","",$txt2)));
     
    QQ:
    加密:"qqdl://".base64_encode($txt3);
    解密:base64_decode(str_ireplace("qqdl://","",$txt3));

    查看进程时间

    ps axfo time,stime,start_time,start,pid,comm

    pstree

    pstree -G: use VT100 line drawing characters
    5/21/2008

    gzexe

    gzexe can be used to create self-uncompressing executable file