Hacker Defender rootkit内核级后门的一部分PE加密工具,用它来给你的EXE加壳来躲避杀毒软件吧sage-----
Usage: morphine.exe [-q] [-b:ImageBase] [-o:OutputFile] InputFile-q be quiet (no console output)-b:ImageBase specify image base in hexadecimal string(it is rounded up to next 00010000 multiple)-o:OutputFile specify file for output(InputFile will be rewritten if no OutputFile given)
Examples:1) morphine.exe -q c:winntsystem32cmd.exerewritte cmd.exe in system directory and write no info
2) morphine.exe -b:1F000000 -o:newcmd.exe c:winntsystem32cmd.execreate new file called newcmd.exe based on cmd.exe in system dirset its image base to 0x1F000000 and display info about processing 这个是最新版。