When caught in a WINAPI program vaccine

Asked 1 years ago, Updated 1 years ago, 66 views

Based on the major information and communication infrastructure guide provided by KISA, a program that changes PC registry settings is made into WINAPI, but the vaccine keeps catching it.

What should I do if I develop a program that has a function to change PC settings?

It doesn't matter if you turn off the real-time monitoring of vaccines and run the development program, but I wonder how you usually develop them.

winapi

2022-09-22 19:59

1 Answers

One simple way is to sign the binary with a certificate (a certificate for code signing is charged).

Right-click on the exe file to see a tab called Digital Signature. (You must sign to see it.))

If you sign, it appears in the signature list.


2022-09-22 19:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.