Skip to content

Commit

Permalink
改进。
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzhudong committed Nov 26, 2023
1 parent 3a2c46d commit 250339f
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 42 deletions.
Binary file modified libdrv/APC.h
Binary file not shown.
Binary file modified libdrv/Memory.h
Binary file not shown.
Binary file modified libdrv/Network.h
Binary file not shown.
Binary file modified libdrv/Process.h
Binary file not shown.
Binary file modified libdrv/SystemInfo.h
Binary file not shown.
Binary file modified libdrv/cpp.h
Binary file not shown.
Binary file modified libdrv/cpu.h
Binary file not shown.
6 changes: 0 additions & 6 deletions libdrv/encrypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@ void WINAPI AesEncryptDecryptTest();


EXTERN_C_END


class encrypt
{

};
Binary file modified libdrv/gdt.h
Binary file not shown.
Binary file modified libdrv/idt.h
Binary file not shown.
Binary file modified libdrv/log.h
Binary file not shown.
Binary file modified libdrv/map.h
Binary file not shown.
Binary file modified libdrv/object.h
Binary file not shown.
Binary file modified libdrv/pcr.h
Binary file not shown.
6 changes: 0 additions & 6 deletions libdrv/signature.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@ BOOL WINAPI VerifySignatureByEcdsa(_In_reads_bytes_(PublicKeyLen) PUCHAR PublicK


EXTERN_C_END


class signature
{

};
Binary file modified libdrv/stl.h
Binary file not shown.
5 changes: 0 additions & 5 deletions test/FileTest.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#pragma once

class FileTest
{

};


//////////////////////////////////////////////////////////////////////////////////////////////////

Expand Down
Binary file modified test/ProcessTest.h
Binary file not shown.
5 changes: 0 additions & 5 deletions test/RegistryTest.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#pragma once

class RegistryTest
{

};


//////////////////////////////////////////////////////////////////////////////////////////////////

Expand Down
5 changes: 0 additions & 5 deletions test/SsdtTest.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#pragma once

class SsdtTest
{

};


//////////////////////////////////////////////////////////////////////////////////////////////////

Expand Down
5 changes: 0 additions & 5 deletions test/encrypt.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#pragma once

class encrypt
{

};

void TestRsaEncrypt();
5 changes: 0 additions & 5 deletions test/pe.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@

#include "pch.h"

class pe
{

};

void TestGetRoutineAddress();
5 changes: 0 additions & 5 deletions test/signature.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#pragma once

class signature
{

};

void TestEcdsaSignature();

0 comments on commit 250339f

Please sign in to comment.