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

Clarify the difference between FunctionType.extern and FunctionType.imported #12

Open
patacca opened this issue Jun 22, 2023 · 0 comments
Assignees
Labels
refactoring Refactoring part of the code

Comments

@patacca
Copy link
Collaborator

patacca commented Jun 22, 2023

It seems that there shouldn't be any difference between an imported and an extern function, however there are currently two different types.
This difference originates from the Quokka python bindings where it is introduced the external type.

If I guessed correctly the problem arises because sometimes IDA behaves very differently with imported functions in a PE binary (treating them like data instead of code).
More testing is needed.

@patacca patacca added the refactoring Refactoring part of the code label Jun 22, 2023
@patacca patacca self-assigned this Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactoring part of the code
Projects
None yet
Development

No branches or pull requests

1 participant