references:
IRP的结构

IO管理器为每一个IRP创建一个IO stack location数组,数组里面的每一个元素对应设备栈中的一个设备驱动

Buffer访问方式有三种
references:
约定,本文所有的数字如果没有人特别说明,均为16进制
afd.sys中的AfdNotifyRemoveIoCompletion函数的patch前后对比,左侧为patch过的,右侧为漏洞版本 …
more ...reference:
约定,本文所有数字都是16进制,所有的index都是从0开始
speculative execution side channels 漏洞
这个类型的漏洞跟处理器如何进行内核和 …
more ...references:
成功将exp进程的token重写为system的token

安装完这个升级补丁之后就和上面文章中 …
more ...references:
术语:
references:
约定,本文所有数字均为16进制
sha256: 7f6538f0eb33c30f0a5cbbf2f39973d4c8dea0d64f69bd18e406012f17a8234f
他这个东西的漏洞位置在FSRendezvousServer::FindObject函数中,他这个 …
references:
here is a demo source file
here is the compiled binary
it is a x86 exe
the main function of it is sub_402A60

virtual function table of these three class begin from 40AB34
you can see two _purecall function in …