py icon indicating copy to clipboard operation
py copied to clipboard

签名教程

Open coding-today opened this issue 3 years ago • 3 comments

image 教程中让自己签名,可以给一个教程吗?

coding-today avatar Oct 19 '22 02:10 coding-today

C:\Windows\System32\drivers\PYArkSafe.sys 找到这个文件 然后自己签名放到exe同级目录即可

antiwar3 avatar Oct 21 '22 02:10 antiwar3

可以劫持一下debughelp.dll,然后hook 一下createservice更换一下自己签名的驱动镜像(盲猜楼主是因为现在打的签名过不了EAC的回调)

SC_HANDLE WINAPI MyCreateServiceW( In SC_HANDLE hSCManager, In LPCWSTR lpServiceName, In_opt LPCWSTR lpDisplayName, In DWORD dwDesiredAccess, In DWORD dwServiceType, In DWORD dwStartType, In DWORD dwErrorControl, In_opt LPCWSTR lpBinaryPathName, In_opt LPCWSTR lpLoadOrderGroup, Out_opt LPDWORD lpdwTagId, In_opt LPCWSTR lpDependencies, In_opt LPCWSTR lpServiceStartName, In_opt LPCWSTR lpPassword ) { lpBinaryPathName = L"\SystemRoot\System32\drivers\PYArkSafeSign.sys"; return pfCreateServiceA(hSCManager, lpServiceName, lpDisplayName, dwDesiredAccess, dwServiceType, dwStartType, dwErrorControl, lpBinaryPathName, lpLoadOrderGroup, lpdwTagId, lpDependencies, lpServiceStartName, lpPassword); }

alienwu2018 avatar Oct 30 '22 17:10 alienwu2018

como faço para assinar um arquivo sys ?

inox159357 avatar Mar 23 '24 14:03 inox159357