Commit 33217f6 1 parent 91595b4 commit 33217f6 Copy full SHA for 33217f6
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
-
3
2
#include <ntifs.h>
4
3
#include "typesndefs.h"
5
4
6
- _Success_ (return >= 0 )
7
5
/// <summary>
8
6
/// This locates the lower device of NTFS and directly
9
7
/// overwrites the contents of a file with zeroes, as
@@ -13,6 +11,7 @@ _Success_(return >= 0)
13
11
/// <param name="WipeInputBuffer"></param>
14
12
/// <returns>Returns STATUS_SUCCESS or the
15
13
/// appropriate status code.</returns>
14
+ _Success_ (return >= 0 )
16
15
NTSTATUS
17
16
OverwriteFileRecord (
18
17
_In_ PWIPE_INPUT_BUFFER WipeInputBuffer
Original file line number Diff line number Diff line change 9
9
#include " privileges.h"
10
10
#include " antiforensics.h"
11
11
12
- bool GenerateOutputPath (std::wstring& Output)
12
+ bool
13
+ GenerateOutputPath (
14
+ _Inout_ std::wstring& Output
15
+ )
13
16
{
14
17
std::wstringstream ss;
15
18
Output.resize (MAX_PATH * 2 , ' \0 ' );
You can’t perform that action at this time.
0 commit comments