Initial import

This commit is contained in:
Justine Tunney
2020-06-15 07:18:57 -07:00
commit c91b3c5006
14915 changed files with 590219 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp A_SHAFinal

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp A_SHAInit

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp A_SHAUpdate

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcAdjustCompletionListConcurrencyCount

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcFreeCompletionListMessage

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcGetCompletionListLastMessageInformation

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcGetCompletionListMessageAttributes

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcGetHeaderSize

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcGetMessageAttribute

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcGetMessageFromCompletionList

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcGetOutstandingCompletionListMessageCount

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcInitializeMessageAttribute

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcMaxAllowedMessageLength

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcRegisterCompletionList

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcRegisterCompletionListWorkerThread

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcRundownCompletionList

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcUnregisterCompletionList

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp AlpcUnregisterCompletionListWorkerThread

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp ApiSetQueryApiSetPresence

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrAllocateCaptureBuffer

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrAllocateMessagePointer

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrCaptureMessageBuffer

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrCaptureMessageMultiUnicodeStringsInPlace

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrCaptureMessageString

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrCaptureTimeout

View File

@@ -0,0 +1,12 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrClientCallServer
.text.windows
CsrClientCallServer:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_CsrClientCallServer(%rip),%rax
jmp __sysv2nt
.endfn CsrClientCallServer,globl
.previous

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrClientConnectToServer

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrFreeCaptureBuffer

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrGetProcessId

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrIdentifyAlertableThread

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrSetPriorityClass

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp CsrVerifyRegion

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgBreakPoint

2
libc/nt/ntdll/DbgPrint.s Normal file
View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgPrint

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgPrintEx

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgPrintReturnControlC

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgPrompt

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgQueryDebugFilterState

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgSetDebugFilterState

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiConnectToDbg

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiContinue

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiConvertStateChangeStructure

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiConvertStateChangeStructureEx

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiDebugActiveProcess

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiGetThreadDebugObject

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiIssueRemoteBreakin

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiRemoteBreakin

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiSetThreadDebugObject

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiStopDebugging

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUiWaitStateChange

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp DbgUserBreakPoint

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwCheckCoverage

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwCreateTraceInstanceId

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwDeliverDataBlock

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEnumerateProcessRegGuids

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventActivityIdControl

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventEnabled

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventProviderEnabled

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventRegister

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventSetInformation

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventUnregister

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventWrite

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventWriteEndScenario

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventWriteEx

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventWriteFull

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventWriteNoRegistration

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventWriteStartScenario

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventWriteString

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwEventWriteTransfer

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwGetTraceEnableFlags

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwGetTraceEnableLevel

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwGetTraceLoggerHandle

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwLogTraceEvent

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwNotificationRegister

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwNotificationUnregister

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwProcessPrivateLoggerRequest

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwRegisterSecurityProvider

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwRegisterTraceGuidsA

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwRegisterTraceGuidsW

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwReplyNotification

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwSendNotification

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwSetMark

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwTraceEventInstance

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwTraceMessage

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwTraceMessageVa

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwUnregisterTraceGuids

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwWriteUMSecurityEvent

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwpCreateEtwThread

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EtwpGetCpuSpeed

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EvtIntReportAuthzEventAndSourceAsync

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp EvtIntReportEventAndSourceAsync

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp ExpInterlockedPopEntrySListEnd

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp ExpInterlockedPopEntrySListFault

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp ExpInterlockedPopEntrySListResume

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp KiRaiseUserExceptionDispatcher

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp KiUserApcDispatcher

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp KiUserCallbackDispatcher

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp KiUserExceptionDispatcher

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp KiUserInvertedFunctionTable

View File

@@ -0,0 +1,2 @@
.include "o/libc/nt/ntdllimport.inc"
.ntimp LdrAccessResource

Some files were not shown because too many files have changed in this diff Show More