From df46c2180138a96c54a611489e0f69ad63441a13 Mon Sep 17 00:00:00 2001 From: cccs-kevin Date: Tue, 13 Sep 2022 16:50:15 +0000 Subject: [PATCH] The GetSystemTimeAsFileTime API is crucial for the monitor to cap API limits --- cape/cape_main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cape/cape_main.py b/cape/cape_main.py index 142e824..d7fc987 100644 --- a/cape/cape_main.py +++ b/cape/cape_main.py @@ -105,7 +105,6 @@ "GetCursorPos", "GetLastInputInfo", "GetSystemTime", - "GetSystemTimeAsFileTime", "LdrGetProcedureAddressForCaller", "MsgWaitForMultipleObjectsEx", "NtDeviceIoControlFile",