Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
PE-Obfuscator — PE obfuscator with Evasion in mind | Kitploit
工具/GitHubGitHub/saadahla/pe-obfuscator
ExploitationPost-ExploitationRed TeamingPayload DevelopmentAdversarial Attack
GitHubsaadahla/pe-obfuscator

PE-Obfuscator

PE obfuscator with Evasion in mind

查看仓库
212423年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

PE-Obfuscator

以规避(Evasion)为设计目标的 PE 混淆器,需要 管理员权限 才能加载 RTCore64 驱动程序。

视频:

https://user-images.githubusercontent.com/123980007/234171901-c1eb735e-ceca-481d-9310-02ba30f6836b.mp4

混淆器:

root@kitploit:~
- 从远程服务器获取经过 XOR 处理的无文件 PE
- 将加载器释放到磁盘 
- 向该加载器添加随机节区
- 将经过 XOR 处理的无文件 PE 添加到新建的加载器节区

加载器:

root@kitploit:~
- 从 knowndlls 中解除 ntdll 的挂钩
- 将 RTCore64 释放到磁盘
- 加载/安装 RTCore64
- 利用 RTCore64 移除内核回调
- 对 PE 进行 XOR 处理
- 从添加的节区映射/加载 PE
- 踩踏一个适配该 PE 的大型模块

致谢:

https://br-sn.github.io/Removing-Kernel-Callbacks-Using-Signed-Drivers/
https://github.com/br-sn/CheekyBlinder
https://github.com/lawiet47/STFUEDR
https://papers.vx-underground.org/papers/Windows/Infection/2015-03-06%20-%20PE%20Infection%20-%20Add%20a%20PE%20section%20-%20with%20code.txt

下载工具