資源簡介
編譯后可以用作加密,規避反病毒軟件的檢測
代碼片段和文件信息
#include?“hyperion.h“
#include?“fasmoutput.h“
//include?‘..\..\Payloads\Aes\32\aes.inc‘
//include?‘..\..\Payloads\Aes\32\aes.asm‘
//include?‘..\..\Payloads\Aes\32\decryptexecutable.asm‘
BOOL?decryptAES(BOOL?pe32){
??const?char*?payload_directory;
??const?char*?container_directory;
??
??//select?destination?paths
??if(pe32){
????payload_directory?=?PAYLOAD32_AES_DIR;
????container_directory?=?CONTAINER32_DIR;
??}
??else{
????payload_directory?=?PAYLOAD64_AES_DIR;
????container_directory?=?CONTAINER64_DIR;
??}
??//create?file?names
??char?aes_inc[MAX_CHAR_SIZE];
??aes_inc[0]?=?0;
??strlcat(aes_inc?payload_directory?MAX_CHAR_SIZE);
??strlcat(aes_inc?AES_INC_FILENAME?MAX_CHAR_SIZE);
??
??char?aes_asm[MAX_CHAR_SIZE];
??aes_asm[0]?=?0;
??strlcat(aes_asm?payload_directory?MAX_CHAR_SIZE);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-06-08?10:24??Hyperion-2.0\
?????文件????????1579??2019-06-08?10:24??Hyperion-2.0\license.txt
?????目錄???????????0??2019-06-08?10:24??Hyperion-2.0\Fasm\
?????目錄???????????0??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\
?????文件????????4895??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\WIN32AXP.INC
?????目錄???????????0??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\
?????文件????????2360??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\UTF8.INC
?????文件????????1221??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1250.INC
?????文件????????1215??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1258.INC
?????文件????????1200??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1257.INC
?????文件?????????663??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN874.INC
?????文件?????????917??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1254.INC
?????文件?????????867??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1253.INC
?????文件?????????909??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1251.INC
?????文件????????1240??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1256.INC
?????文件?????????719??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1252.INC
?????文件????????1170??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\ENCODING\WIN1255.INC
?????文件?????????597??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\WIN64W.INC
?????目錄???????????0??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\
?????文件????????7453??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\RESOURCE.INC
?????文件????????8766??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\PROC32.INC
?????文件????????1187??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\COM32.INC
?????文件????????1317??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\IMPORT32.INC
?????文件????????7410??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\STRUCT.INC
?????文件????????8673??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\IF.INC
?????文件????????1143??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\COM64.INC
?????文件????????1370??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\EXPORT.INC
?????文件????????2047??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\MASM.INC
?????文件????????1342??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\IMPORT64.INC
?????文件???????16605??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\MACRO\PROC64.INC
?????目錄???????????0??2019-06-08?10:24??Hyperion-2.0\Fasm\INCLUDE\API\
............此處省略111個文件信息
- 上一篇:ch395網絡芯片資料
- 下一篇:ZintBarcodeDemo
評論
共有 條評論