-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(unreal): Support the UE5 crash reporter (#449)
UE5 introduced a "CR1" marker at the beginning of crash archives. It indicates that the header at the beginning of the file is valid. Previously, that header was merely a placeholder and a second header at the end of the file contained valid information. Unreal4Crash::parse now supports both versions by checking for "CR1".
- Loading branch information
Showing
1 changed file
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters