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

How to properly use the IApplicationView SetCloak function? #94

Closed
wewewdwe opened this issue May 25, 2024 · 2 comments
Closed

How to properly use the IApplicationView SetCloak function? #94

wewewdwe opened this issue May 25, 2024 · 2 comments

Comments

@wewewdwe
Copy link

wewewdwe commented May 25, 2024

Hello, do you mind sharing how you found/find the methods of the IApplicationView class?
I mean all these functions:

pub unsafe fn set_cloak(

@Lej77
Copy link

Lej77 commented Oct 5, 2024

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

@Ciantic
Copy link
Owner

Ciantic commented Oct 10, 2024

@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.

@Ciantic Ciantic closed this as completed Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants