You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: