mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
692 B
44 lines
692 B
extern TCHAR Path[];
|
|
|
|
VOID
|
|
CrackNtfsPath(
|
|
IN HWND WindowHandle
|
|
);
|
|
|
|
BOOLEAN
|
|
BacktrackFrs(
|
|
IN VCN FileNumber,
|
|
IN OUT PNTFS_MASTER_FILE_TABLE Mft,
|
|
OUT PWCHAR PathBuffer,
|
|
IN ULONG BufferLength,
|
|
OUT PULONG PathLength
|
|
);
|
|
|
|
|
|
BOOLEAN
|
|
BacktrackFrsFromScratch(
|
|
IN HWND WindowHandle,
|
|
IN VCN FileNumber
|
|
);
|
|
|
|
VOID
|
|
CrackFatPath(
|
|
IN HWND WindowHandle
|
|
);
|
|
|
|
|
|
VOID
|
|
CrackLsn(
|
|
IN HWND WindowHandle
|
|
);
|
|
|
|
BOOLEAN
|
|
CrackNextLsn(
|
|
IN HWND WindowHandle
|
|
);
|
|
|
|
|
|
PTCHAR
|
|
GetNtfsAttributeTypeCodeName(
|
|
IN ULONG TypeCode
|
|
);
|