Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

签名教程 #17

Open
coding-today opened this issue Oct 19, 2022 · 3 comments
Open

签名教程 #17

coding-today opened this issue Oct 19, 2022 · 3 comments

Comments

@coding-today
Copy link

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

@antiwar3
Copy link
Owner

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

@alienwu2018
Copy link

可以劫持一下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);
}

@inox159357
Copy link

inox159357 commented Mar 23, 2024

como faço para assinar um arquivo sys ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants