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

Bump to Ghidra 11.2 #130

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Bump to Ghidra 11.2 #130

merged 1 commit into from
Oct 16, 2024

Conversation

mahaloz
Copy link
Member

@mahaloz mahaloz commented Oct 16, 2024

Background

A bug was reported for libbs on Ghidra 11.1 where we get data like the following:

{
        '-0x118': {
          last_change: null,
          offset: -280,
          name: 'auStack_118',
          type: 'char[16]',
          size: 16,
          addr: 7888,
        },
        '-0x108': {
          last_change: null,
          offset: -264,
          name: 'auStack_108',
          type: 'char[7]',
          size: 56,
          addr: 7888,
        }
}

The last stack var size is in bits.

Solution

After investigation, it seems this is no longer a bug on 11.2. As such, we are bumping our minimum supported version to 11.2.

@mahaloz mahaloz merged commit 53fa676 into main Oct 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant