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

Add Calling Convention Support #210

Closed
RadWolfie opened this issue Sep 12, 2024 · 1 comment
Closed

Add Calling Convention Support #210

RadWolfie opened this issue Sep 12, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@RadWolfie
Copy link
Member

After attempting to fully implement extend information for ghidra-xbe plugin, I discovered that ghidra-xbe doesn't include the calling convention method. And attempting to implement from ghidra-xbe's side isn't going to work due to the difference of thiscall and fastcall. While it may be possible to check the parameter's names. But it may be a little bit too much effort and unreliable as well. Since pull request #208 is the starting point of extending information support. There will be another pull request needed to implement this feature.

@RadWolfie RadWolfie added the enhancement New feature or request label Sep 12, 2024
@RadWolfie RadWolfie added this to the 4.0 milestone Sep 12, 2024
@RadWolfie
Copy link
Member Author

Included in #208 pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant