Code: Select all
OpenLibrary(0, "ntdll.dll")
Debug GetFunction(0, "RtlCompareMemory") ; ok
Debug GetFunction(0, "RtlFillMemoryUlong") ; = 0 !
Debug GetFunction(0, "RtlComputeCrc32") ; ok
CloseLibrary(0)
RtlFillMemoryUlong is legal api function ...