ZwRegistry 建立規則 (storport)
此規則會驗證使用 ZwCreateKey 建立之登錄機碼的句柄後續會由其他 ZwXxx 例程正確使用。 ZwOpenKey 例程不得在已經開啟的句柄上呼叫。 例程 ZwEnumerateKey、 ZwEnumerateValueKey、 ZwFlushKey、 ZwQueryKey、 ZwQueryValueKey、 ZwSetValueKey、 ZwClose 和 ZwDeleteKey 不得在未開啟的句柄上呼叫。 傳回之前,也必須關閉句柄。
驅動程式模型:Storport
測試方法
在編譯時期 |
---|
執行 靜態驅動程式驗證器 ,並指定 ZwRegistryCreate 規則。 使用下列步驟來執行程式碼的分析:如需詳細資訊,請參閱 使用靜態驅動程式驗證器在驅動程式中尋找瑕疵。 |
適用於
ZwCloseZwCreateKeyZwDeleteKeyZwEnumerateKeyZwEnumerateValueKeyZwFlushKeyZwOpenKeyZwQueryValueKeyZwQueryValueKey ZwSetValueKey