Skip to content

Commit 33217f6

Browse files
Jon the Legendaryjon
Jon the Legendary
authored and
jon
committed
Added image
1 parent 91595b4 commit 33217f6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ANTfs Driver/dispatchroutines.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#pragma once
2-
32
#include <ntifs.h>
43
#include "typesndefs.h"
54

6-
_Success_(return >= 0)
75
/// <summary>
86
/// This locates the lower device of NTFS and directly
97
/// overwrites the contents of a file with zeroes, as
@@ -13,6 +11,7 @@ _Success_(return >= 0)
1311
/// <param name="WipeInputBuffer"></param>
1412
/// <returns>Returns STATUS_SUCCESS or the
1513
/// appropriate status code.</returns>
14+
_Success_(return >= 0)
1615
NTSTATUS
1716
OverwriteFileRecord(
1817
_In_ PWIPE_INPUT_BUFFER WipeInputBuffer

ANTfs/ANTfs.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
#include "privileges.h"
1010
#include "antiforensics.h"
1111

12-
bool GenerateOutputPath(std::wstring& Output)
12+
bool
13+
GenerateOutputPath(
14+
_Inout_ std::wstring& Output
15+
)
1316
{
1417
std::wstringstream ss;
1518
Output.resize(MAX_PATH * 2, '\0');

Images/helpmenu.png

214 KB
Loading

0 commit comments

Comments
 (0)