-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture Compiler Signatures #109
Comments
We will need test maps w/ signatures for each
|
Could check MegaTest bsps for signatures & do something with those generated statistics |
Capturing IdTechBsp signatures revealed a header for Footnotes
|
Would be nice to see the Compiler Signatures left behind by some compilers
This can provide us with useful information about a
.bsp
's specific quirksBeing able to sign our own edits would also be useful
All the signatures I have seen are placed immediately after lump headers
Implementation would have to be per
BspClass._preload
methodCapturing other hidden information placed between lumps would be nice
Ties into #15, since we capture more of the raw bytes to save back into the new copy
Might also be relevant to
XBSP
extensions toQuakeBsp
which include extra lumps on the tail of the.bsp
BspClasses with signature capture:
id_software.QuakeBsp
id_software.ReMakeQuakeBsp
id_software.IdTechBsp
id_software.D3DBsp
ritual.RitualBsp
valve.ValveBsp
respawn.RespawnBsp
The text was updated successfully, but these errors were encountered: