mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-03 21:29:23 +00:00
[PR #296] Fix a crash when a sharing violation occurs during --info #464
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?
Original Pull Request: https://github.com/SabreTools/BinaryObjectScanner/pull/296
State: closed
Merged: Yes
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.