• 大小: 288KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: hyperion  编程  病毒  

资源简介

编译后可以用作加密,规避反病毒软件的检测

资源截图

代码片段和文件信息

#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个文件信息

评论

共有 条评论