PriReader Update

This commit is contained in:
Bruce
2025-10-21 13:49:29 +08:00
parent 53203e0401
commit b1d1a5670b
7 changed files with 1714 additions and 37 deletions

View File

@@ -187,6 +187,7 @@ struct section_header
CHAR szIdentifier [16] = {0};
DWORD dwQualifier = 0;
WORD wFlags = 0;
WORD wSectFlags = 0;
DWORD dwLength = 0;
DWORD dwPlaceholder1 = -1; // 0
};