ProtectionBypass.h 79 B

1234567
  1. #pragma once
  2. namespace ProtectionBypass {
  3. void DisableVMP();
  4. void Init();
  5. }