Skip to content

Issues: Vector35/binaryninja-api

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Phantom variables Core: MLIL Issue involves Medium Level IL Effort: Medium Issue should take < 1 month Impact: Medium Issue is impactful with a bad, or no, workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5551 opened Jun 11, 2024 by joelreymont
Comments on adjacent fields of structure rendered incorrectly (not visible) Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Medium Issue is impactful with a bad, or no, workaround Type: Bug Issue is a non-crashing bug with repro steps UI: Linear Issues with the Linear view
#5550 opened Jun 11, 2024 by mostobriv
Strings should have a property to tell if it is null-terminated Component: Core Issue needs changes to the core Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5548 opened Jun 11, 2024 by xusheng6
String detection misses short strings Component: Core Issue needs changes to the core Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Bug Issue is a non-crashing bug with repro steps
#5547 opened Jun 11, 2024 by joelreymont
Missing type info for strcmp on linux-aarch64 Component: Type Libraries Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Bug Issue is a non-crashing bug with repro steps
#5546 opened Jun 11, 2024 by joelreymont
Simplify (x^1) != 0 Component: Core Issue needs changes to the core Effort: Trivial Issue should take < 1 day IL Optimization Issue involving optimization of representation (not correctness) Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5545 opened Jun 11, 2024 by joelreymont
empty space should be parented to the previous line Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality UI: Linear Issues with the Linear view
#5543 opened Jun 10, 2024 by psifertex Elysium
Document binaryninja.core_set_license in user docs. Component: Documentation Issue needs changes to our documentation Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5541 opened Jun 10, 2024 by 0cyn Elysium
Low discoverability and no documentation for non-closing preview window when the Option key is held Component: Documentation Issue needs changes to our documentation Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5534 opened Jun 10, 2024 by xusheng6 Elysium
Document support for getting/setting default calling convention in Python API Component: Documentation Issue needs changes to our documentation Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5532 opened Jun 10, 2024 by whitequark Elysium
Simplify condition (A && B) || (A && !B) => A Core: HLIL Issue involves High Level IL Effort: Low Issue should take < 1 week Effort: Medium Issue should take < 1 month IL Optimization Issue involving optimization of representation (not correctness) Type: Enhancement Issue is a small enhancement to existing functionality
#5529 opened Jun 8, 2024 by plafosse
Handle Android ELFs w/ sections containing code and no SHF_EXECINSTR flag Arch: ARM64 Issues with the AArch64 architecture plugin Component: API Issue needs changes to the API Effort: Low Issue should take < 1 week File Format: ELF Impact: Medium Issue is impactful with a bad, or no, workaround Type: Bug Issue is a non-crashing bug with repro steps
#5528 opened Jun 7, 2024 by zznop Elysium
thumb2 consistent it conditional lifting Arch: ARM/Thumb Issues with the ARM/Thumb architecture plugin Component: Architecture Issue needs changes to an architecture plugin Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Lifting issues related to LLIL lifting Type: Enhancement Issue is a small enhancement to existing functionality
#5527 opened Jun 7, 2024 by w1282
Simplify zx(X & N) to zx(X) & N Component: Core Issue needs changes to the core Effort: Trivial Issue should take < 1 day IL Optimization Issue involving optimization of representation (not correctness) Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5526 opened Jun 7, 2024 by plafosse
Simplify bitwise AND with constant Component: Core Issue needs changes to the core Core: HLIL Issue involves High Level IL Effort: Trivial Issue should take < 1 day IL Optimization Issue involving optimization of representation (not correctness) Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5525 opened Jun 7, 2024 by plafosse
Make code should support making code in different architecture Component: Plugin Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5523 opened Jun 7, 2024 by xusheng6
Create documentation for "make code" feature Component: Documentation Issue needs changes to our documentation Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5520 opened Jun 7, 2024 by xusheng6
Support loading macOS dSYM files automatically Component: DebugInfo Issue requires changes to the DebugInfo API DebugInfo: DWARF Effort: Low Issue should take < 1 week Impact: Medium Issue is impactful with a bad, or no, workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5518 opened Jun 6, 2024 by CouleeApps
DataRenderer::GetLinesForData should be given a DisassemblySettings Component: API Issue needs changes to the API Component: Core Issue needs changes to the core Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5513 opened Jun 6, 2024 by xusheng6
Hang during Analysis Phase 2 Impact: High Issue adds or blocks important functionality Type: Bug Issue is a non-crashing bug with repro steps
#5512 opened Jun 6, 2024 by fuzyll Elysium
Function not updated when changing the type of a structure member that it references Component: Core Issue needs changes to the core Effort: Low Issue should take < 1 week Impact: Medium Issue is impactful with a bad, or no, workaround Type: Bug Issue is a non-crashing bug with repro steps
#5511 opened Jun 6, 2024 by xusheng6 Elysium
Lift/abstract implementations like C++ std::string Component: Core Issue needs changes to the core Effort: Medium Issue should take < 1 month Impact: Medium Issue is impactful with a bad, or no, workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5504 opened Jun 5, 2024 by 0xdevalias
Swtiching to HLIL from disassembly can cause the linear view to go to a wrong address Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Bug Issue is a non-crashing bug with repro steps UI: Linear Issues with the Linear view
#5503 opened Jun 5, 2024 by fakhrizulkifli
Xref widget should show xrefs to the entire range covered by the child structure if a field of a structure is a structure itself Component: API Issue needs changes to the API Component: Core Issue needs changes to the core Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Medium Issue is impactful with a bad, or no, workaround Type: Enhancement Issue is a small enhancement to existing functionality
#5502 opened Jun 5, 2024 by comex
ProTip! Adding no:label will show everything without a label.