From: short <> Date: Fri, 28 Nov 2003 18:19:03 +0000 (+0000) Subject: +RtlEnumerateGenericTable(),RtlEnumerateGenericTableAvl() as "pass"ed X-Git-Tag: captive-1_1_1~10 X-Git-Url: http://git.jankratochvil.net/?a=commitdiff_plain;h=64ac24d1216f18375bc6b8d12b93619a42df89c6;hp=28afc58f19660adc9dc72bac7ee36709dffcb83d;p=captive.git +RtlEnumerateGenericTable(),RtlEnumerateGenericTableAvl() as "pass"ed - May be needed for: ntoskrnl.exe 51ef4a22af3e9e94e4aa9e9d7df619df - Untested yet but these functions should be safe. +RtlIsGenericTableEmptyAvl() as "pass"ed - RtlIsGenericTableEmpty() was "pass"ed already; no invocation seen. --- diff --git a/src/libcaptive/ke/exports.captivesym b/src/libcaptive/ke/exports.captivesym index be0a16f..556c468 100644 --- a/src/libcaptive/ke/exports.captivesym +++ b/src/libcaptive/ke/exports.captivesym @@ -351,6 +351,9 @@ ntoskrnl.exe RtlEqualUnicodeString ntoskrnl.exe RtlIsGenericTableEmpty pass ntoskrnl.exe RtlRealSuccessor pass ntoskrnl.exe PsGetVersion +ntoskrnl.exe RtlIsGenericTableEmptyAvl pass +ntoskrnl.exe RtlEnumerateGenericTable pass +ntoskrnl.exe RtlEnumerateGenericTableAvl pass hal.dll KfReleaseSpinLock hal.dll KeGetCurrentIrql diff --git a/src/libcaptive/ke/exports.def b/src/libcaptive/ke/exports.def index 4d4f024..dc351d6 100644 --- a/src/libcaptive/ke/exports.def +++ b/src/libcaptive/ke/exports.def @@ -137,4 +137,7 @@ captive_reactos_wcsncmp captive_reactos_wcsncmp:12 MmGetSystemRoutineAddress@4 RtlIsGenericTableEmpty@4 +RtlIsGenericTableEmptyAvl@4 RtlRealSuccessor@4 +RtlEnumerateGenericTable@8 +RtlEnumerateGenericTableAvl@8