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,
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
总结以上是内存溢出为你收集整理的软件制作:Perl全部内容,希望文章能够帮你解决软件制作:Perl所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)