免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1290 | 回复: 0
打印 上一主题 下一主题

Linux下ELF文件加密工具 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-04-08 16:58 |只看该作者 |倒序浏览
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学习
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP