Background The Windows kernel is home to many undocumented functions and structures, and there are also many “opaque” structures. What an opaque structure allows, is for drivers to make references to objects without exposing to them details of the structure. It is a stability measure more than a security one, as it is a strong […]
Read MoreUpdated to use HMAC-SHA256 for 2022. The first time I needed to authenticate using tokens in order to interact with a RESTlet, I found myself trawling the web for code samples as the official documentation doesn’t quite explain all of the details. I pulled together some information from a few places, and now these resulting […]
Read More