内核上项目【自动化加壳签名】
概述
本节主要是通过使用三个工具,一个是nginx进行搭建一个http服务器进行云下发,另一个是签名工具,还有就是VMP加壳工具(配置文件在.vmp文件中),通过编写批处理文件,使得在程序运行后自动化加壳上传到服务器
工具下载地址
批处理文件
set "Driver=C:\Users\Administrator\source\repos\DriverMode1\x64\Debug\DriverMode2.sys"
set "VMP=D:\VMProtect Ultimate\VMProtect_Con.exe"
set "SignPath=C:\Users\Administrator\source\repos\DriverMode1\x64\Debug\DriverMode2.vmp.sys"
D:\VMProtectUltimate\VMProtect_Con.exe %Driver%
set "d=%date:~0,10%"
date 2013/8/15
"D:\DSignTool\CSignTool.exe" sign /r xxx /f %SignPath% /ac
date %d%
copy %SignPath% "D:\nginx-1.27.2\html\123.sys"
参考资料
火哥五期
原文地址:https://blog.csdn.net/qq_45844442/article/details/143862390
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!