摘要:
Windows 是一个对象驱动的OS。通过研究RecctOS 研究下对象的结构,创建,管理,删除操作。1.对象的结构 其实对象就是一块内存,对象的结构有对象头和对象体两部分组成。 1.1对象头的结构:typedef struct _OBJECT_HEADER/** PURPOSE: Header for every object managed by the object manager*/{ U... 阅读全文
摘要:
The Registry i)view the regitrywith the tool- Register.exeii) change the registry should use user interface if app poll the registry looking for the changes , they should use the registry's RegNotifyC... 阅读全文