IT猫扑网:您身边最放心的安全下载站! 最新更新| 软件分类| 专题汇总| 手机版

您当前所在位置:IT猫扑网 > 操作系统 > LINUX > Linux下ELF文件加密工具

Linux下ELF文件加密工具

时间:2015-06-28 00:00 来源:IT猫扑网|http://www.itmop.com/ 作者:网管联盟 我要评论(0)

  root@localhost]# ./burneye

  usage: ./burneye [options] <program>

  banner options

  -b file     display banner from 'file' before start

  -B file     display banner from 'file' on tty before start

  password protect options

  -p pass     use password encryption with 'pass' as password

  -P env     first try to read password from environment 'env',

  will use password from 'env' now, too, if its there

  -i     ignore invalid entered password and execute junk

  not recommended (default: off)

  fingerprinting options

  -S     SEAL mode (options F,f,t are ignored)

  -f file     use fingerprint from 'file' to protect binary

  -F     use fingerprint of current host (do not use -f and -F)

  -t num     tolerate 'num' deviations in fingerprint

  -q     be quiet about wrong fingerprint, just exit

  (default: 0)

  -E     do tolerance even if erasure warning is given

  -l     list fingerprint tests that can be done

  -e test     enable fingerprint test 'test'

  -d test     disable fingerprint test 'test'

  generic options

  -o out     specify another output file name (default: output)

  ....

  burneye中的README给出了几个典型的例子:(详细介绍请参见doc/DIST-README)

  burneye -o ls /bin/ls # 只作代码的obfuscate,不作加密

  burneye -p &secret& -o ls /bin/ls # 使用密码'secret'加密

  burneye -B warning.txt -o ls /bin/ls     # 启动时显示warning.txt的信息

  burneye -F -t 1 -B warning.txt -o ls /bin/ls   # 使用本地主机的指纹,启动时

  # 显示warning.txt的信息, 测试时允许有一项失败

  fingerprint -d procpartitions -f foohost.fp

  burneye -f foohost.fp -t 2 -p &hidden& -o ls /bin/ls

  # 使用fingerprint产生指纹文件,允许两项失败,启用密码保护

  burneye -p puke -S -o ls /bin/ls

  ./ls   # 将会把信息封存并保存到二进制文件中

  OLDHOSTNAME=`hostname`

  ./ls   # 正常运行

  hostname moo

  ./ls   # 运行环境与封存设置不符,失败

关键词标签:Linux,ELF文件加密工具

相关阅读 安装红帽子RedHat Linux9.0操作系统教程 Tomcat9.0如何安装_Tomcat9.0环境变量配置方法 多种操作系统NTP客户端配置 Linux操作系统修改IP Linux实现SCSI硬盘热插拔及在线识别 Linux下用CDMA modem拨号上网

文章评论
发表评论

热门文章 安装红帽子RedHat Linux9.0操作系统教程 安装红帽子RedHat Linux9.0操作系统教程 Linux服务器:设计高性能网站架构-LLMP Linux服务器:设计高性能网站架构-LLMP 使用Clonezilla迁移到虚拟Linux环境 使用Clonezilla迁移到虚拟Linux环境 Linux上的MRTG流量监控中心 Linux上的MRTG流量监控中心 Linux 双网卡绑定一个IP原理及实现 Linux 双网卡绑定一个IP原理及实现 linux和windows等系统远程控制ubuntu桌面 linux和windows等系统远程控制ubuntu桌面

相关下载

人气排行 Linux下获取CPUID、硬盘序列号与MAC地址 dmidecode命令查看内存型号 linux tc实现ip流量限制 安装红帽子RedHat Linux9.0操作系统教程 linux下解压rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 关机、重启、注销 命令 查看linux服务器硬盘IO读写负载 linux命令行浏览器的使用方法 Linux NFS服务固定端口及防火墙配置 U盘安装Ubuntu 10.04 Linux清除用户登录记录和命令历史方法