Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decompiler-cpp: Open sla files as 'binary' #6372

Conversation

ekilmer
Copy link
Contributor

@ekilmer ekilmer commented Apr 1, 2024

Compressed files need to be opened as binaries when reading. Fixes opening sla files on Windows.

Found and fixed after having issues in lifting-bits/sleigh#245 (particularly issues from commit 8fbd171) where only Windows tests were failing. You can see when the CI turns green near the bottom of the PR page. This bug took a while to find.

Related to

Compressed files need to be opened as binaries when reading. Fixes
opening sla files on Windows.
@ryanmkurtz ryanmkurtz added Feature: Decompiler Status: Triage Information is being gathered Status: Internal This is being tracked internally by the Ghidra team and removed Status: Triage Information is being gathered labels Apr 1, 2024
@ryanmkurtz ryanmkurtz added this to the 11.1 milestone Apr 1, 2024
@ryanmkurtz ryanmkurtz merged commit 8454884 into NationalSecurityAgency:master Apr 3, 2024
@ekilmer ekilmer deleted the ekilmer/cpp-open-binary-files branch April 3, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Decompiler Status: Internal This is being tracked internally by the Ghidra team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants