A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about kernel-mode development.
 #4858  by listito
 Thu Feb 03, 2011 1:47 am
Hello,

I'd like some help to develop a ring3 software to send some kind of flag to my kernelmode driver and simulate a keypressing in low level

And i need to do that in both windows and linux,

Any help is very apreciated
 #4866  by EP_X0FF
 Thu Feb 03, 2011 4:24 pm
listito wrote:Hello,

I'd like some help to develop a ring3 software to send some kind of flag to my kernelmode driver
DeviceIoControl, WriteFile
I'd like some help to develop a ring3 software
and simulate a keypressing in low level
NtUserSendInput?
 #5001  by listito
 Thu Feb 10, 2011 8:06 pm
ok, thanks

Any tip for linux? I just think emulating keyboard into a particular aplication running it's ok, no need to code ring0 stuff

Any idea how can i do it?