mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
Exception thrown in DXSETUP.EXE #175
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?
Originally created by @fuzz6001 on GitHub (Jun 20, 2024).
Use rolling release.
7eb86b223fDXSETUP.zip
@mnadareski commented on GitHub (Jun 20, 2024):
This had to be fixed in Serialization. TL;DR is that the debug table is expected to exist if a certain set of things are set in the header and these have it stripped out regardless. Serialization needs to handle this by assuming that nothing will exist, unfortunately.
@mnadareski commented on GitHub (Jun 20, 2024):
In the meantime, latest WIP will have a fix that wraps the call above and stops it from throwing an exception all the way up the stack. That one went in as of
e3eed76826@fuzz6001 commented on GitHub (Jun 21, 2024):
Looks good 👍