Hi guys, I'm looking for a way to get clipboard data in more sophisticated & elegant way, avoiding the regular API GetClipboradData, etc.
I know the clipboard data is stored in a kernel memory and required a system call to get it.
Any idea of getting clipboard data from user mode without using the api?
I know the clipboard data is stored in a kernel memory and required a system call to get it.
Any idea of getting clipboard data from user mode without using the api?