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

  • 相关阅读:
    微信第三方平台开发之代小程序实现业务
    解决Chrome网页编码显示乱码的问题
    .Net Core 使用 System.Drawing.Common 在CentOS下报错
    CentOS安装nmap端口查看工具
    解决Nginx反向代理不会自动对特殊字符进行编码的问题 如gitblit中的~波浪线
    Centos7最小安装化后安装图形界面
    手把手教您在 Windows Server 2019 上使用 Docker
    windows10下安装docker报错:error during connect
    git删除远程分支
    linux下shell显示git当前分支
  • 原文地址:https://www.cnblogs.com/Gemgin/p/3136252.html
Copyright © 2011-2022 走看看