Added alignment-aware block encryption/decryption

This commit is contained in:
Ladislav Zezula
2021-05-17 12:57:54 +02:00
parent a3332c7c9b
commit 33bdae86c2
5 changed files with 112 additions and 33 deletions

View File

@@ -4285,23 +4285,16 @@ int _tmain(int argc, TCHAR * argv[])
//
// Tests on a local listfile
//
/*
if(dwErrCode == ERROR_SUCCESS)
{
TestOnLocalListFile(_T("FLAT-MAP:ListFile_Blizzard.txt"));
dwErrCode = TestOnLocalListFile(_T("ListFile_Blizzard.txt"));
}
*/
//
// Open all files from the command line
//
/*
SFILE_MARKERS Markers = { sizeof(SFILE_MARKERS) };
Markers.dwSignature = 'XHSC';
Markers.szHashTableKey = "(cash table)";
Markers.szBlockTableKey = "(clock table)";
SFileSetArchiveMarkers(&Markers);
*/
for(int i = 1; i < argc; i++)
{