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

Some software will detect whether the system is in test mode. #32

Open
xyl910403 opened this issue Mar 13, 2023 · 1 comment
Open

Some software will detect whether the system is in test mode. #32

xyl910403 opened this issue Mar 13, 2023 · 1 comment

Comments

@xyl910403
Copy link

Some software will detect whether the system is in test mode. Can you hide it??

@Ahora57
Copy link

Ahora57 commented Mar 15, 2023

Some software will detect whether the system is in test mode. Can you hide it??

HyperHide is currently trying to hide test mode use hook in NtQuerySystemInformation (SystemCodeIntegrityInformation).
However, TestMode can be detected easily using the registry:
1)TESTSIGNING in SystemStartOptions
(HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control)
2) Element\16000049 in BCD00000000(1 -> 0)
or use ShellCode in another process (IoGetCurrentProcess problem)

They may also try to load an unsigned driver, or go through the boot driver and verify their certificate.
In any case, you haven't specified which programs will detect it, so it's quite difficult to say which detection it is.

@ten4dinosaur
Copy link

Some software will detect whether the system is in test mode. Can you hide it??

You can use EfiGuard and bypass DSE

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

3 participants