mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-03 21:29:23 +00:00
[PR #296] [MERGED] Fix a crash when a sharing violation occurs during --info #460
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/BinaryObjectScanner/pull/296
Author: @CookiePLMonster
Created: 4/3/2024
Status: ✅ Merged
Merged: 4/3/2024
Merged by: @mnadareski
Base:
master← Head:fix-info-crash📝 Commits (1)
09fba1dFix a crash when a sharing violation occurs during --info📊 Changes
1 file changed (+51 additions, -43 deletions)
View changed files
📝
Test/Printer.cs(+51 -43)📄 Description
I was running a scan with
--infoon a directory where an open IDA database resided, and BOS crashed on a sharing violation when attempting to open those files. I modifiedPrintFileInfoto deal with failure the same wayGetInternalProtectionsdoes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.