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

Linux kernel modules imports do not show up under symbol list #2679

Closed
yrp604 opened this issue Oct 7, 2021 · 1 comment
Closed

Linux kernel modules imports do not show up under symbol list #2679

yrp604 opened this issue Oct 7, 2021 · 1 comment
Labels
Component: UI Issue needs changes to the user interface Effort: Trivial Issue should take < 1 day Impact: Medium Issue is impactful with a bad, or no, workaround Type: Bug Issue is a non-crashing bug with repro steps
Milestone

Comments

@yrp604
Copy link
Contributor

yrp604 commented Oct 7, 2021

3043

Describe the bug
When you load a linux kernel module any imported functions do not show up under the symbol list unless 'Show Data Variables -> Exported' is selected.

To Reproduce
Steps to reproduce the behavior:

  1. Look at the symbol list
  2. Note that kfree is not there
  3. Right click, Show Data Variables, Exported
  4. Note that kfree is included in the list

Expected behavior
While kfree lives in the .extern section, it is effectively an import and as such I expect it to show up in the symbol list when 'Show Imports' is selected

Version and Platform (required):

  • Binary Ninja: Dev 2.4.3043
  • OS: Windows
  • Version 11

Additional context
kernote.ko.txt

@plafosse plafosse added Type: Bug Issue is a non-crashing bug with repro steps Effort: Trivial Issue should take < 1 day Component: UI Issue needs changes to the user interface Impact: Medium Issue is impactful with a bad, or no, workaround labels Oct 11, 2021
@plafosse
Copy link
Member

Fixed in 2.4.3057

@psifertex psifertex added this to the 3.0 milestone Oct 25, 2021
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: Medium Issue is impactful with a bad, or no, workaround Type: Bug Issue is a non-crashing bug with repro steps
Projects
None yet
Development

No branches or pull requests

3 participants