Skip to content

Commit 3ab54e0

Browse files
author
InvokeStatic (Brendan Heinonen)
authored
Add BBCreateCookie def to Utils.h
1 parent b8c5a16 commit 3ab54e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/BlackBoneDrv/Utils.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ NTSTATUS BBFileExists( IN PUNICODE_STRING path );
6161
/// <returns>Status code</returns>
6262
NTSTATUS BBSearchPattern( IN PCUCHAR pattern, IN UCHAR wildcard, IN ULONG_PTR len, IN const VOID* base, IN ULONG_PTR size, OUT PVOID* ppFound );
6363

64+
/// <summary>
65+
/// Setup image security cookie
66+
/// </summary>
67+
/// <param name="imageBase">Image base</param>
68+
/// <returns>Status code</returns>
69+
NTSTATUS BBCreateCookie( IN PVOID imageBase );
70+
6471
//
6572
// Machine code generation routines
6673
//

0 commit comments

Comments
 (0)