mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
win-x64 version not working #169
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 @Feathered-Serpent on GitHub (Mar 10, 2024).
Originally assigned to: @mnadareski on GitHub.
Downloaded BinaryObjectScanner_3.1.0_net8.0_win-x64_release.zip and every file I want to test, even the Test.exe itself, causes in a file created called "exception-(timestamp).txt"
Example:
Using BinaryObjectScanner_3.1.0_net8.0_win-x86_release.zip works flawlessly. This one has a few DLLs inside, which the x64 version does not. Is there the problem?
@mnadareski commented on GitHub (Mar 11, 2024):
Interesting that this doesn't seem to happen in the untargeted build. I'm going to have to take a look at this a bit deeper to see why building for
win-x64is causing this issue.