mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-03 21:30:35 +00:00
[PR #17] [MERGED] Add extra validity checks for GCF #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/17
Author: @HeroponRikiBestest
Created: 7/12/2025
Status: ✅ Merged
Merged: 7/12/2025
Merged by: @mnadareski
Base:
main← Head:quakeET-falsepositive-GCF-md5b📝 Commits (2)
8bb25d7Add extra validity checks for GCF1cb0fbfRemove "for validity"📊 Changes
1 file changed (+9 additions, -2 deletions)
View changed files
📝
SabreTools.Serialization/Deserializers/GCF.cs(+9 -2)📄 Description
Fixes false GCF detection on idtech 5 md5 binary model format https://github.com/SabreTools/BinaryObjectScanner/issues/376 . Adds a few extra validity checks mentioned in HLLib, specifically
47de5d5fed/HLLib/GCFFile.h (L104)47de5d5fed/HLLib/GCFFile.h (L109)which should avoid any other false positives from Enemy Territory's md5b files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.