-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
Effort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: CriticalIssue blocks CRITICAL functionalityIssue blocks CRITICAL functionality
Description
**Version and Platform: **
- Binary Ninja Version: 5.3.8617-dev personal
- Edition: Non-Commercial
- OS: macOS
- OS Version: 26.1
- CPU Architecture: M4
Bug Description:
When loading an arm64 framework or binary into Binary Ninja, the symbols are loaded/demangled as expected. But when saving this file as a .bndb file and reopening it, all symbols in the symbol tab are only shown as "sub_..." instead of their name. They are, however, still present in the IL viewer.
Steps To Reproduce:
- Load and analyze a macOS binary
- Save it as a .bndb file
- Restart binary ninja
- Open the saved .bndb file
- The symbol tab does not display any symbol names anymore and instead shows "sub_..." names
Expected Behavior:
I would expect Binary Ninja to load the symbol tab correctly again and display the names that are shown in the code, also in the symbols tab.
Binary:
This happened with multiple macOS Framework binaries.
Metadata
Metadata
Assignees
Labels
Effort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: CriticalIssue blocks CRITICAL functionalityIssue blocks CRITICAL functionality