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

Padding on undefined function placed non-contiguously in linear view #6164

Open
emesare opened this issue Nov 20, 2024 · 0 comments
Open

Padding on undefined function placed non-contiguously in linear view #6164

emesare opened this issue Nov 20, 2024 · 0 comments
Labels
Component: UI Issue needs changes to the user interface Effort: Trivial Issue should take < 1 day 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

Comments

@emesare
Copy link
Member

emesare commented Nov 20, 2024

Version and Platform (required):

  • Binary Ninja Version: 4.2.6455-dev

Bug Description:
Padding bytes are not placed contiguously after a function is undefined

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

  1. Go to 0x80000390 in the provided binary
  2. Undefined the function "__StartUpSoftware"
  3. Observe two, two byte padding placed as they were before the function was undefined

Expected Behavior:
The padding bytes should be located contiguously

Screenshots/Video Recording:

Screen.Recording.2024-11-20.at.11.51.35.AM.mov

Binary:
BUS_Register_Protection_1_KIT_TC334_LK.zip

@emesare emesare added Impact: Low Issue is a papercut or has a good, supported workaround Effort: Trivial Issue should take < 1 day UI: Linear Issues with the Linear view labels Nov 20, 2024
@xusheng6 xusheng6 added Component: UI Issue needs changes to the user interface Type: Bug Issue is a non-crashing bug with repro steps labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: UI Issue needs changes to the user interface Effort: Trivial Issue should take < 1 day 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
Projects
None yet
Development

No branches or pull requests

2 participants