A forum for reverse engineering, OS internals and malware analysis 

All off-topic discussion goes here.
 #33253  by LA_97
 Mon Nov 04, 2019 12:40 pm
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?