Linux下ELF文件加密工具
-
2023-08-14 05:06:59
- 来源:未知
-
在手机上看
扫一扫立即进入手机端
root@localhost]# ./burneye
usage: ./burneye [options]
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 # 运行环境与封存设置不符,失败
相关资讯
更多-
运满满司机找货app手机版
中文|151.8M
-
美图秀秀64位版本
中文|179.4M
-
小米usb驱动程序
中文|
-
2345看图王电脑版
中文|25.2M
-
速8酒店
中文|49.6M
-
全免漫画软件
中文|37.5M
-
中文|
-
网络测试工具IxChariot
中文|169.6M
-
R-Wipe Clean(电脑垃圾清除工具)
中文|24.0M
-
小米解锁工具电脑版
中文|1.2M
-
猎码安卓中文开发工具
中文|852.7M
-
趣友拍Plog拍摄工具
中文|68.4M
-
中文|
-
网络测试工具IxChariot
中文|169.6M
-
R-Wipe Clean(电脑垃圾清除工具)
中文|24.0M
-
小米解锁工具电脑版
中文|1.2M
-
猎码安卓中文开发工具
中文|852.7M
-
趣友拍Plog拍摄工具
中文|68.4M