Skip to content

Commit

Permalink
[fix karan#118] Adding missing fltlib.lib to the solution
Browse files Browse the repository at this point in the history
  • Loading branch information
gentilkiwi committed Dec 21, 2017
1 parent 508b4aa commit 78dba4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added lib/Win32/fltlib.lib
Binary file not shown.
Binary file added lib/x64/fltlib.lib
Binary file not shown.
2 changes: 2 additions & 0 deletions mimikatz.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Win32", "Win32", "{96078881
lib\Win32\advapi32.hash.lib = lib\Win32\advapi32.hash.lib
lib\Win32\bcrypt.lib = lib\Win32\bcrypt.lib
lib\Win32\cryptdll.lib = lib\Win32\cryptdll.lib
lib\Win32\fltlib.lib = lib\Win32\fltlib.lib
lib\Win32\hid.lib = lib\Win32\hid.lib
lib\Win32\msasn1.min.lib = lib\Win32\msasn1.min.lib
lib\Win32\ncrypt.lib = lib\Win32\ncrypt.lib
Expand All @@ -52,6 +53,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "x64", "x64", "{E9D1619F-D4A
lib\x64\advapi32.hash.lib = lib\x64\advapi32.hash.lib
lib\x64\bcrypt.lib = lib\x64\bcrypt.lib
lib\x64\cryptdll.lib = lib\x64\cryptdll.lib
lib\x64\fltlib.lib = lib\x64\fltlib.lib
lib\x64\hid.lib = lib\x64\hid.lib
lib\x64\msasn1.min.lib = lib\x64\msasn1.min.lib
lib\x64\ncrypt.lib = lib\x64\ncrypt.lib
Expand Down

0 comments on commit 78dba4e

Please sign in to comment.