diff --git a/libdrv/APC.h b/libdrv/APC.h index 91c5178..68edc7b 100644 Binary files a/libdrv/APC.h and b/libdrv/APC.h differ diff --git a/libdrv/Memory.h b/libdrv/Memory.h index 5ba05bc..6812b18 100644 Binary files a/libdrv/Memory.h and b/libdrv/Memory.h differ diff --git a/libdrv/Network.h b/libdrv/Network.h index 54bf184..99f67aa 100644 Binary files a/libdrv/Network.h and b/libdrv/Network.h differ diff --git a/libdrv/Process.h b/libdrv/Process.h index 082ea31..00e37c1 100644 Binary files a/libdrv/Process.h and b/libdrv/Process.h differ diff --git a/libdrv/SystemInfo.h b/libdrv/SystemInfo.h index 7a59814..32096cd 100644 Binary files a/libdrv/SystemInfo.h and b/libdrv/SystemInfo.h differ diff --git a/libdrv/cpp.h b/libdrv/cpp.h index 1c74885..82c1c6c 100644 Binary files a/libdrv/cpp.h and b/libdrv/cpp.h differ diff --git a/libdrv/cpu.h b/libdrv/cpu.h index 894bad8..224d196 100644 Binary files a/libdrv/cpu.h and b/libdrv/cpu.h differ diff --git a/libdrv/encrypt.h b/libdrv/encrypt.h index 49da72e..ccaa1e1 100644 --- a/libdrv/encrypt.h +++ b/libdrv/encrypt.h @@ -26,9 +26,3 @@ void WINAPI AesEncryptDecryptTest(); EXTERN_C_END - - -class encrypt -{ - -}; diff --git a/libdrv/gdt.h b/libdrv/gdt.h index beb26ed..ea32bf3 100644 Binary files a/libdrv/gdt.h and b/libdrv/gdt.h differ diff --git a/libdrv/idt.h b/libdrv/idt.h index 90292c4..f6dacb1 100644 Binary files a/libdrv/idt.h and b/libdrv/idt.h differ diff --git a/libdrv/log.h b/libdrv/log.h index e8159e0..f57cac4 100644 Binary files a/libdrv/log.h and b/libdrv/log.h differ diff --git a/libdrv/map.h b/libdrv/map.h index 14b57e0..fce2eb2 100644 Binary files a/libdrv/map.h and b/libdrv/map.h differ diff --git a/libdrv/object.h b/libdrv/object.h index af49e0e..c20459a 100644 Binary files a/libdrv/object.h and b/libdrv/object.h differ diff --git a/libdrv/pcr.h b/libdrv/pcr.h index 463766f..4a5ad66 100644 Binary files a/libdrv/pcr.h and b/libdrv/pcr.h differ diff --git a/libdrv/signature.h b/libdrv/signature.h index d5e6ace..76e18ac 100644 --- a/libdrv/signature.h +++ b/libdrv/signature.h @@ -24,9 +24,3 @@ BOOL WINAPI VerifySignatureByEcdsa(_In_reads_bytes_(PublicKeyLen) PUCHAR PublicK EXTERN_C_END - - -class signature -{ - -}; diff --git a/libdrv/stl.h b/libdrv/stl.h index 5905a5f..c265811 100644 Binary files a/libdrv/stl.h and b/libdrv/stl.h differ diff --git a/test/FileTest.h b/test/FileTest.h index 7fc6029..2633dfa 100644 --- a/test/FileTest.h +++ b/test/FileTest.h @@ -1,10 +1,5 @@ #pragma once -class FileTest -{ - -}; - ////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/test/ProcessTest.h b/test/ProcessTest.h index 0da8a0b..ec58c13 100644 Binary files a/test/ProcessTest.h and b/test/ProcessTest.h differ diff --git a/test/RegistryTest.h b/test/RegistryTest.h index ff20eb2..111de2b 100644 --- a/test/RegistryTest.h +++ b/test/RegistryTest.h @@ -1,10 +1,5 @@ #pragma once -class RegistryTest -{ - -}; - ////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/test/SsdtTest.h b/test/SsdtTest.h index 40033fd..26a3ca4 100644 --- a/test/SsdtTest.h +++ b/test/SsdtTest.h @@ -1,10 +1,5 @@ #pragma once -class SsdtTest -{ - -}; - ////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/test/encrypt.h b/test/encrypt.h index d0536a0..bf17b9c 100644 --- a/test/encrypt.h +++ b/test/encrypt.h @@ -1,8 +1,3 @@ #pragma once -class encrypt -{ - -}; - void TestRsaEncrypt(); \ No newline at end of file diff --git a/test/pe.h b/test/pe.h index 2d7eb12..c12a63c 100644 --- a/test/pe.h +++ b/test/pe.h @@ -2,9 +2,4 @@ #include "pch.h" -class pe -{ - -}; - void TestGetRoutineAddress(); \ No newline at end of file diff --git a/test/signature.h b/test/signature.h index 724d14f..d5806eb 100644 --- a/test/signature.h +++ b/test/signature.h @@ -1,8 +1,3 @@ #pragma once -class signature -{ - -}; - void TestEcdsaSignature(); \ No newline at end of file