zoukankan      html  css  js  c++  java
  • 软件制作:Perl

             Perl2exe是一个将Perl脚本转换成windows上的可独立执行的可执行程序(*.exe)的工具,这样,你就可以不用装Perl而在windows系统上运行这个可执行程序。

     

             在网上找了好久没有找到满意的perl2exe和相应的key,于是自己写了一个注册机(可以支持注册Perl2Exe V08.01--Perl2Exe V10.10),下面我们以最新版本Perl2Exe V10.10来测试下perl2exe

     

    Perl2exe 注册之前:

    C:\Perl>perl2exe

    Perl2Exe V10.10 Copyright (c) 1997-2010 IndigoSTAR Software

     

    This is an evaluation version of Perl2Exe, which may be used for 30 days.

    For more information see the attached pxman.htm file,

    or visit http://www.indigostar.com

     

    Usage: perl2exe myscript.pl

    options:

      -small                    Generate smaller exe file (Pro version only)

      -tiny                     Generate even smaller exe file (Pro version only)

      -gui                      Generate a no-console executable (Pro version only)

     

      -o=output_filename        Output file name

      -I=directory              Specify @INC directory (multiple directories can be

                                  separated by ; or : characters)

     

      -platform=Win32           Generate code for Win32 (default)

     

    C:\Perl>perl2exe C:\Perl\test\misc.pl

    Perl2Exe V10.10 Copyright (c) 1997-2010 IndigoSTAR Software

     

    This is an evaluation version of Perl2Exe, which may be used for 30 days.

    For more information see the attached pxman.htm file,

    or visit http://www.indigostar.com

     

    Converting 'C:/Perl/test/misc.pl' to misc.exe

     

    C:\Perl>C:\Perl\misc.exe

     

    ######################################################

    #    Discuz  Remote SQL Injection Exploit            #

    #    By indoushka                                    #

    #    www.iq-ty.com                                   #

    #    Souk Naamane  (00213771818860)                  #

    #    Algeria Hackerz   (indoushka@hotmail.com)       #

    # Dork:Powered by Discuz! 1.0 ? 2002,Crossday Studio #

    ######################################################

     

     

        Usage: perl  Discuz.pl host /directory/ victim_userid

     

           perl  Discuz.pl www.Discuz.com /forum/ 1

     

     

    --------------------------------------------------------------------------------

     

    [>] SERVER:

    [>]    DIR:

    [>] USERID:

     

    [~] PREPARE TO CONNECT...

    [-] CONNECTION FAILED at C:\Perl\misc.exe line 52.

     

    This exe file was created with the evaluation version of Perl2Exe.

    For more information visit http://www.indigostar.com

    (The full version does not display this message with a 2 second delay.)

    ...

     

    *********************************************************************************************

    Perl2exe 注册之后:

     

    D:\Perl>perl2exe

    Perl2Exe V10.10 Copyright (c) 1997-2010 IndigoSTAR Software

    Registered to pearl:pearl:20110316, ENT version

    Usage: perl2exe myscript.pl

    options:

      -small                    Generate smaller exe file (Pro version only)

      -tiny                     Generate even smaller exe file (Pro version only)

      -gui                      Generate a no-console executable (Pro version only)

     

      -o=output_filename        Output file name

      -I=directory              Specify @INC directory (multiple directories can be

                                  separated by ; or : characters)

     

      -platform=Win32           Generate code for Win32 (default)

     

     

    D:\Perl>perl2exe D:\Perl\test\misc.pl

    Perl2Exe V10.10 Copyright (c) 1997-2010 IndigoSTAR Software

    Registered to pearl:pearl:20110316, ENT version

    Converting 'D:/Perl/test/misc.pl' to misc.exe

     

    D:\Perl>D:\Perl\misc.exe

     

    ######################################################

    #    Discuz  Remote SQL Injection Exploit            #

    #    By indoushka                                    #

    #    www.iq-ty.com                                   #

    #    Souk Naamane  (00213771818860)                  #

    #    Algeria Hackerz   (indoushka@hotmail.com)       #

    # Dork:Powered by Discuz! 1.0 ? 2002,Crossday Studio #

    ######################################################

        Usage: perl  Discuz.pl host /directory/ victim_userid

     

           perl  Discuz.pl www.Discuz.com /forum/ 1

     

     

    --------------------------------------------------------------------------------

    [>] SERVER:

    [>]    DIR:

    [>] USERID:

     

    [~] PREPARE TO CONNECT...

    [-] CONNECTION FAILED at D:\Perl\misc.exe line 52.

     

    D:\Perl>

     

     

    下载地址:

     http://download.csdn.net/source/3197132

  • 相关阅读:
    Nature:肿瘤转移后的基因组特征
    Nature | 生物体可以从头产生新基因
    一文读懂:DNA甲基化的作用及各种高通量检测方法比较
    Nature | 新技术scSLAM-seq可在单细胞水平揭示转录动态变化的核心特征
    一文读懂长非编码RNA(lncRNA)的分类、功能及测序鉴定方法
    Science重磅 | 新技术Slide-seq能以高空间分辨率测量全基因组的表达情况
    Science综述 | 用单细胞基因组学将人类细胞表型匹配到基因型
    Nature Methods | 新软件SAVER-X可对单细胞转录组学数据进行有效降噪
    Circular RNA的产生机制、功能及RNA-seq数据鉴定方法
    一文搞懂基因融合(gene fusion)的定义、产生机制及鉴定方法
  • 原文地址:https://www.cnblogs.com/Gemgin/p/3136252.html
Copyright © 2011-2022 走看看