NSIS简单调试执行程序部分.pdfVIP

  • 273
  • 0
  • 约 8页
  • 2017-07-30 发布于湖北
  • 举报
更多相关信息请访问 -- /BlastsSecurity NSIS ( ) NSIS ( ) NNSSIISS简单调试((执行程序部分)) 前:这篇文章只算得上是一点小笔记,如果你碰到了一个NSIS打包的恶意文件却不知道它是怎么被执 行起来的,可以看看这篇文章,关于更深入的部分,我水平不足,还是交由高手们去打理吧^_^。 水准:初级 QQ 邮箱 主页 作者 BlastXiang Nullsoft Nullsoft NNuullllssoofftt 脚本安装系统 一.NSIS Nullsoft脚本安装系统 (英语:NullsoftScriptableInstallSystem, (NSIS)) 为一个开放源代码脚本驱动的封装安装档用工具。 可以用其脚本语言自定安装的流程,同时支援多 种语系的安装接口。 特色:可脚本控制,多国语系的安装接口,可用 C, C++,或 Delphi 写出NSIS的外挂(Plugins), 支援 ZLib,BZip2,LZMA 这三种压缩方式,支援 网络安装模式与档案Patching,相容于目前的所有 主要的Windows版本 NSIS 安装器 介绍来源:/zh-cn/NSIS 官方网站:/Main_Page 开发 Nullsoft 最新版本 2.46 / 2009-12-05(4个月前) 二.NSIS执行程序的命令 操作系统 Windows, POSIX NSIS执行程序有哪些命令呢?帮助手册中提到有 类型 安装程式 Exec、ExecShell、ExecWait。 下面是帮助手册中 许可协议 zlib/libpng license 对他们的介绍,在每段介绍后我会稍稍的翻译一 网站 下。与之前段落重复部分不翻译了。 Exec 文章由Blast编写 / 更多相关信息请访问 -- /BlastsSecurity command Execute the specified program and continue immediately. Note that the file specified must exist on the target system, not the compiling system. $OUTDIR is used for the working directory. The error flag is set if the process could notbelaunched.Note, ifthecommandcould havespaces, you shouldputitinquotes todelimit it from parameters. e.g.: Exec $INSTDIR\command.exeparameters. If you dont put it in quotes it will not workonWindows9xwithorwithoutparameters. Exec$INSTDIR\someprogram.

文档评论(0)

1亿VIP精品文档

相关文档