Skip to content

Decompile virtual function calls as c++ style calls #650

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

Closed
henke37 opened this issue Jun 2, 2019 · 2 comments
Closed

Decompile virtual function calls as c++ style calls #650

henke37 opened this issue Jun 2, 2019 · 2 comments
Labels
Type: Enhancement New feature or request

Comments

@henke37
Copy link

henke37 commented Jun 2, 2019

Is your feature request related to a problem? Please describe.
Many a target binary is made in C++ and as such is likely to use this functionality.

Describe the solution you'd like
Decompile the call to c++ style code.

Describe alternatives you've considered
The only other option is to manually define vtables and deal with two arrow operators on the callsite. Which is at best ugly and very likely to be a lot of boring work.

@henke37 henke37 added the Type: Enhancement New feature or request label Jun 2, 2019
@pedrovanzella
Copy link

This is a duplicate of #516

@henke37
Copy link
Author

henke37 commented Jun 4, 2019

I thought I checked that specific issue. Oh well.

@henke37 henke37 closed this as completed Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants