We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, do you mind sharing how you found/find the methods of the IApplicationView class? I mean all these functions:
VirtualDesktopAccessor/src/comapi/interfaces.rs
Line 157 in 45d66e8
The text was updated successfully, but these errors were encountered:
They were likely found by reading the debug symbols for Windows DLL files, you might find more info at Reverse engineering process · Issue #14 · Slion/VirtualDesktop
Sorry, something went wrong.
@wewewdwe
Most of those are available in Microsoft debug symbols.
For instance I have forked one excellent script: https://github.com/Ciantic/DumpVDIA to dump all the vftables related to virtual desktop classes.
No branches or pull requests
Hello, do you mind sharing how you found/find the methods of the IApplicationView class?
I mean all these functions:
VirtualDesktopAccessor/src/comapi/interfaces.rs
Line 157 in 45d66e8
The text was updated successfully, but these errors were encountered: