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

在测试模式下仍然提示“证书已被颁发者直接吊销。” #61

Open
dasabi45 opened this issue Feb 3, 2025 · 6 comments

Comments

@dasabi45
Copy link

dasabi45 commented Feb 3, 2025

已经启动测试模式(非常确定),在执行on.bat时,cmd提示
C:\Windows\system32>sc start airhv

SERVICE_NAME: airhv
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 0
FLAGS :

C:\Windows\system32>sc start HyperHideDrv
[SC] StartService 失败 2148204812:

证书已被颁发者直接吊销。

C:\Windows\system32>pause
请按任意键继续. . .
这是为什么?

@zkxjzmswkwl
Copy link

Clone repo
Turn off signing in HyperHideDrv solution.
Compile.

You might need to handle some enum redefinitions in ntenums.h depending on what platform toolset you're using.

Turn off driver signature enforcement on vm -> reboot -> should work

@dasabi45
Copy link
Author

dasabi45 commented Feb 5, 2025

克隆存储库 关闭登录解决方案。 编译。HyperHideDrv

您可能需要处理一些重新定义,具体取决于您使用的平台工具集。enum``ntenums.h

关闭 vm 上的驱动程序签名强制 -> reboot -> 应该可以正常工作

Sorry, I'm not good at English,I don't quite understand your answer, I tried to self-sign but it didn't work,Maybe it's the impact of the system?
This is my system configuration

Image

@dasabi45
Copy link
Author

dasabi45 commented Feb 5, 2025

I referred tohttps://github.com/Air14/HyperHide/issues/36.Make sure my system configuration meets the standards

@zkxjzmswkwl
Copy link

克隆存储库 关闭登录解决方案。 编译。HyperHideDrv
您可能需要处理一些重新定义,具体取决于您使用的平台工具集。 enumntenums.h ``
关闭 vm 上的驱动程序签名强制 -> reboot -> 应该可以正常工作

Sorry, I'm not good at English,I don't quite understand your answer, I tried to self-sign but it didn't work,Maybe it's the impact of the system? This is my system configuration

Image

Image

@dasabi45
Copy link
Author

dasabi45 commented Feb 6, 2025

克隆存储库 关闭登录解决方案。编译。 您可能需要处理一些重新定义,具体取决于您使用的平台工具集。ntenums.h '' 关闭 VM 上的驱动程序签名强制 -> reboot -> 应该可以正常工作HyperHideDrv`` enum

对不起,我英语不擅长,我不太明白你的回答,我试过自己签名但没有用,可能是系统的影响吗?这是我的系统配置
Image

Image

Sorry, I don't know where to open HyperHideDrv Property Pages😢

@zkxjzmswkwl
Copy link

Visual Studio solution.

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

2 participants