«

免杀工具​FourEye笔记

作者:myluzh 分类: SECURE 长度:472 阅读:1070


0x01 安装

先安装mingw环境

apt-get install gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 wine64

FourEye下载到本地

git clone https://github.com/lengjibo/FourEye.git

进入该文件夹,安装需要的python库

cd FourEye
pip3 install -r requirements.txt

0x02 使用

python3 BypassFramework.py

免杀 foureye


正文到此结束
版权声明:若无特殊注明,本文皆为 Myluzh Blog 原创,转载请保留文章出处。
文章内容:https://itho.cn/secure/116.html
文章标题:《免杀工具​FourEye笔记