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

Set type on each vtable function pointer #70

Open
kcudnik opened this issue Jan 18, 2019 · 0 comments
Open

Set type on each vtable function pointer #70

kcudnik opened this issue Jan 18, 2019 · 0 comments
Assignees
Labels

Comments

@kcudnik
Copy link

kcudnik commented Jan 18, 2019

Right now when vtable is created with function pointers if you press "Y" you see that the type is empty.
Please consider setting type of each pointer in vtable struct to it's corresponding function type. This will allow decompiler to use correct number of parameters in each virtuall function call, since not always correct number of args i guessed correctly.

@matrosov matrosov self-assigned this Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants