├── Readme.md
└── images
├── image-20241211231335494.png
├── image-20241211232211811.png
├── image-20241211232233468.png
├── image-20241211232351810.png
├── image-20241211232457173.png
├── image-20241211232501434.png
├── image-20241211232645708.png
├── image-20241211233130458.png
├── image-20241211233211353.png
├── image-20241212095957883.png
├── image-20250216003157088.png
├── image-20250216003345646.png
├── image-20250216003812834.png
├── image-20250216004025483.png
├── image-20250216004206904.png
├── image-20250216004224051.png
├── image-20250216004517112.png
├── image-20250216004722730.png
├── image-20250216005225024.png
├── image-20250216005309639.png
├── image-20250216005335894.png
└── image-20250216010652290.png
/Readme.md:
--------------------------------------------------------------------------------
1 | ### 前言
2 |
3 | 项目目前集成至Easytools工具箱中,欢迎大家下载使用。
4 | https://github.com/doki-byte/EasyTools
5 |
6 | 目前支持5种运行模式、2种加密方式、2种编译方式,后续将增加新的处理模式。
7 |
8 | 
9 |
10 | ### 环境准备
11 |
12 | wails采用webview2运行,当系统不存在时会自动下载
13 |
14 |
15 |
16 |
17 |
18 | 1. **程序采用go生成文件,需要先行安装go环境**
19 | 2. **下载安装本地git环境**
20 | 
21 |
22 |
23 | 3. **设置go环境变量**
24 |
25 | ~~~
26 | go env -w CGO_ENABLED=1
27 | go env -w GO111MODULE=on
28 | go env -w GOPROXY=https://goproxy.cn,direct
29 | ~~~
30 |
31 | 4. **初始化项目**
32 |
33 | ~~~
34 | go mod init Easytools
35 | ~~~
36 |
37 | 5. **下载go依赖包**
38 |
39 | ~~~
40 | go get golang.org/x/sys
41 | go install mvdan.cc/garble@latest
42 | ~~~
43 |
44 | 下载好之后,程序运行目录为如下所示即可
45 |
46 | 
47 |
48 | 4. **下载gcc**
49 |
50 | ~~~
51 | 链接: https://pan.baidu.com/s/1EAgK403iRqJXjRvAKVqhIA?pwd=unka 提取码: unka
52 | ~~~
53 |
54 | 5.1.1 解压缩文件到**系统任意目录**
55 |
56 | 
57 |
58 | 5.1.2 设置环境变量
59 |
60 | 
61 |
62 | 重新打开 CMD 窗口,输入 gcc -v,如果能正确看到版本号,说明安装成功。
63 |
64 | 虚拟机测试环境为:
65 |
66 | ~~~
67 | go v1.24.0
68 | gcc v14.2.0
69 | garble v0.14.1
70 | ~~~
71 |
72 | 
73 |
74 | ### 使用教程
75 |
76 | 双击打开Easytools,选择免杀生成
77 |
78 | 
79 |
80 | 选择需要处理的bin文件,拖拽进行处理
81 |
82 | 选择运行模式、加密方式、需要规避的杀软类型、编译方式
83 |
84 | 目前支持5种运行模式、2种加密方式、2种编译方式
85 |
86 | 
87 |
88 | 选择完成之后,点击处理bin文件、然后编译生成
89 |
90 | 针对360Qvm报毒,可以点击bypassQvm一键对生成的文件进行处理
91 |
92 | 
93 |
94 | 处理完的文件在EasyToolsFiles/file目录下,可以点击下方按钮一键打开
95 |
96 | 
97 |
98 | ### 免杀监测
99 |
100 | tips:生成文件存在黑窗口,需要手动处理一下
101 |
102 | 推荐编译方式使用garble,有点慢,请耐心等待
103 |
104 | 
105 |
106 | 
107 |
108 | 
109 |
--------------------------------------------------------------------------------
/images/image-20241211231335494.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211231335494.png
--------------------------------------------------------------------------------
/images/image-20241211232211811.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211232211811.png
--------------------------------------------------------------------------------
/images/image-20241211232233468.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211232233468.png
--------------------------------------------------------------------------------
/images/image-20241211232351810.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211232351810.png
--------------------------------------------------------------------------------
/images/image-20241211232457173.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211232457173.png
--------------------------------------------------------------------------------
/images/image-20241211232501434.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211232501434.png
--------------------------------------------------------------------------------
/images/image-20241211232645708.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211232645708.png
--------------------------------------------------------------------------------
/images/image-20241211233130458.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211233130458.png
--------------------------------------------------------------------------------
/images/image-20241211233211353.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241211233211353.png
--------------------------------------------------------------------------------
/images/image-20241212095957883.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20241212095957883.png
--------------------------------------------------------------------------------
/images/image-20250216003157088.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216003157088.png
--------------------------------------------------------------------------------
/images/image-20250216003345646.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216003345646.png
--------------------------------------------------------------------------------
/images/image-20250216003812834.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216003812834.png
--------------------------------------------------------------------------------
/images/image-20250216004025483.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216004025483.png
--------------------------------------------------------------------------------
/images/image-20250216004206904.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216004206904.png
--------------------------------------------------------------------------------
/images/image-20250216004224051.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216004224051.png
--------------------------------------------------------------------------------
/images/image-20250216004517112.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216004517112.png
--------------------------------------------------------------------------------
/images/image-20250216004722730.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216004722730.png
--------------------------------------------------------------------------------
/images/image-20250216005225024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216005225024.png
--------------------------------------------------------------------------------
/images/image-20250216005309639.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216005309639.png
--------------------------------------------------------------------------------
/images/image-20250216005335894.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216005335894.png
--------------------------------------------------------------------------------
/images/image-20250216010652290.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/doki-byte/deal_shellcode/ec143037a672efff53c916f18c430eee890c1700/images/image-20250216010652290.png
--------------------------------------------------------------------------------