zoukankan      html  css  js  c++  java
  • UPX 加壳工具:The Ultimate Packer for eXecutables

    UPX (the Ultimate Packer for eXecutables)是一款先进的可运行程序文件压缩器。压缩过的可运行文件体积缩小50%-70% ,这样降低了磁盘占用空间、网络上传下载的时间和其他分布以及存储费用。

    通过 UPX 压缩过的程序和程序库全然没有功能损失和压缩之前一样可正常地运行,对于支持的大多数格式没有运行时间或内存的不利后果。 UPX 支持很多不同的可运行文件格式 包括 Windows 95/98/ME/NT/2000/XP/CE 程序和动态链接库、DOS 程序、 Linux 可运行文件和核心。

    在官方站点上下载了JDK7(jdk-7u67-linux-x64.tar.gz)。解压后查看文件“THIRDPARTYLICENSEREADME.txt”(第三许可证自述)时看到下面内容:

    %% This notice is provided with respect to UPX v3.01, which is included 
    with JRE 7 on Windows.
    
    --- begin of LICENSE ---
    
    Use of any of this software is governed by the terms of the license below:
    
    
                     ooooo     ooo ooooooooo.   ooooooo  ooooo
                     `888'     `8' `888   `Y88.  `8888    d8'
                      888       8   888   .d88'    Y888..8P
                      888       8   888ooo88P'      `8888'
                      888       8   888            .8PY888.
                      `88.    .8'   888           d8'  `888b
                        `YbodP'    o888o        o888o  o88888o
    
    
                        The Ultimate Packer for eXecutables
              Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar
                   http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
                              http://www.nexus.hu/upx
                                http://upx.tsx.org
    
    
    PLEASE CAREFULLY READ THIS LICENSE AGREEMENT, ESPECIALLY IF YOU PLAN
    TO MODIFY THE UPX SOURCE CODE OR USE A MODIFIED UPX VERSION.
    接着往下看,看到了“The UPX license file is at http://upx.sourceforge.net/upx-license.html.”。在sourceforge上。这才知道原来它是开源的。

    果断訪问一下,晕,竟然打不开,记得之前訪问sourceforge是能够的,把URL中的upx改成www,确实能够訪问,但upx这个怎么就訪问不了呢?

    难道是被和谐了?打开Chrome+。输入网址訪问,打开了,不禁感慨,多么和谐的社会啊!


  • 相关阅读:
    Linux find 用法示例
    [转载]进程的概念与结构
    linux vi命令详解
    vi快捷键必知必会
    vim分屏操作
    硬连接和软连接的区别
    javascript_console调试常用方法
    javascript_错误处理机制
    Array详解
    react--setState使用
  • 原文地址:https://www.cnblogs.com/yxwkf/p/5129851.html
Copyright © 2011-2022 走看看