A forum for reverse engineering, OS internals and malware analysis
blast wrote:Someone can help or tell as to get a file or dump with a code privilege escalation via keyboard layout file (ms10-073). thanks.Set bp on win32k!NtUserLoadKeyboardLayoutEx and run sample from this thread. When bp occurs - trace from syscall return back to the malware code. And finnaly, trace malware code up to the SendInput() call.