Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovecsad authored Jul 16, 2022
1 parent fb028e9 commit b415892
Show file tree
Hide file tree
Showing 100 changed files with 41,943 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CommonStruct.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#pragma once
#include <windows.h>
typedef struct _user_info_
{
BOOL bLoadDriver;
ULONG dwPid;
HANDLE hProcess;
}user_info;
Loading

0 comments on commit b415892

Please sign in to comment.