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

Crash when loading specific ELF file with DWARF info #6385

Open
1337-42 opened this issue Feb 3, 2025 · 1 comment
Open

Crash when loading specific ELF file with DWARF info #6385

1337-42 opened this issue Feb 3, 2025 · 1 comment
Assignees
Labels
State: Awaiting Triage Issue is waiting for more in-depth triage from a developer

Comments

@1337-42
Copy link

1337-42 commented Feb 3, 2025

Version and Platform (required):

  • Binary Ninja Version: 4.3.6791 and 4.2.6455
  • OS: MacOS and Linux
  • CPU Architecture: x64 and M1

Bug Description:
When opening the attached file libiso.so.0.0.0.tar.gz BN will crash while loading the DWARF info.

Steps To Reproduce:
Please provide all steps required to reproduce the behavior:

  1. Open the attached file.

Expected Behavior:
Bn Should load the file, including the debug info.

Binary:
The binary is attached to the issue.

Additional Information:
Tested on both Mac and Linux, both on x86 and ARM/M1 hardware.

@negasora negasora self-assigned this Feb 3, 2025
@negasora negasora added the State: Awaiting Triage Issue is waiting for more in-depth triage from a developer label Feb 3, 2025
@emesare
Copy link
Member

emesare commented Feb 3, 2025

Looks like there is a function type with a param of that function type, causing infinite recursion.

@negasora negasora assigned emesare and unassigned negasora Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
State: Awaiting Triage Issue is waiting for more in-depth triage from a developer
Projects
None yet
Development

No branches or pull requests

3 participants