chore: track audit-runs summary artifacts (md/csv/diff/txt/json/etc)
Snapshot of every non-log artifact under audit-runs/ from audits 003 through 058: findings.md per audit, comparison CSVs, probe diffs, schema docs, register-dump txts, lr-trace JSONL streams, the saved canary patch diffs, etc. ~284 files / ~52 MB total. Excluded (per .gitignore): probe stdout/stderr/log streams (the raw firehose), guest-memory dumps under audit-026/027/029 (4.5 GB of .bin files; *.bin pattern added to .gitignore this commit). Also adds the orphan audit-058-sub825070F0-activation directory that a subagent accidentally created at project-root instead of under xenia-rs/audit-runs/; relocated to its proper home. Purpose: cross-machine continuity. With these summaries committed, a fresh clone gives the next session the full per-audit context (findings + tables + cascade predictions) without dependence on local-only working tree. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
80
audit-runs/post-IO-002/canary_exports.txt
Normal file
80
audit-runs/post-IO-002/canary_exports.txt
Normal file
@@ -0,0 +1,80 @@
|
||||
Added
|
||||
ExCreateThread
|
||||
ExGetXConfigSetting
|
||||
ExRegisterTitleTerminateNotification
|
||||
ExTerminateThread
|
||||
Failed
|
||||
KeInitializeSemaphore
|
||||
KeQuerySystemTime
|
||||
KeReleaseSemaphore
|
||||
KeResetEvent
|
||||
KeResumeThread
|
||||
KeSetAffinityThread
|
||||
KeSetBasePriorityThread
|
||||
KeTlsAlloc
|
||||
KeTlsSetValue
|
||||
KiApcNormalRoutineNop
|
||||
MmAllocatePhysicalMemoryEx
|
||||
MmFreePhysicalMemory
|
||||
MmGetPhysicalAddress
|
||||
NtAllocateVirtualMemory
|
||||
NtClose
|
||||
NtCreateEvent
|
||||
NtCreateFile
|
||||
NtCreateSemaphore
|
||||
NtCreateTimer
|
||||
NtDeviceIoControlFile
|
||||
NtDuplicateObject
|
||||
NtOpenFile
|
||||
NtQueryDirectoryFile
|
||||
NtQueryFullAttributesFile
|
||||
NtQueryInformationFile
|
||||
NtQueryVolumeInformationFile
|
||||
NtResumeThread
|
||||
NtSetTimerEx
|
||||
NtWriteFile
|
||||
ObCreateSymbolicLink
|
||||
ObDereferenceObject
|
||||
ObLookupThreadByThreadId
|
||||
ObOpenObjectByPointer
|
||||
ObReferenceObjectByHandle
|
||||
Registered
|
||||
Removed
|
||||
RtlFillMemoryUlong
|
||||
RtlImageXexHeaderField
|
||||
RtlInitAnsiString
|
||||
RtlInitializeCriticalSection
|
||||
Unregistered
|
||||
VdCallGraphicsNotificationRoutines
|
||||
VdEnableRingBufferRPtrWriteBack
|
||||
VdGetCurrentDisplayGamma
|
||||
VdGetCurrentDisplayInformation
|
||||
VdGetSystemCommandBuffer
|
||||
VdInitializeEngines
|
||||
VdInitializeRingBuffer
|
||||
VdInitializeScalerCommandBuffer
|
||||
VdIsHSIOTrainingSucceeded
|
||||
VdPersistDisplay
|
||||
VdQueryVideoFlags
|
||||
VdQueryVideoMode
|
||||
VdRetrainEDRAM
|
||||
VdRetrainEDRAMWorker
|
||||
VdSetDisplayMode
|
||||
VdSetGraphicsInterruptCallback
|
||||
VdSetSystemCommandBufferGpuIdentifierAddress
|
||||
VdShutdownEngines
|
||||
XAM
|
||||
XamContentCreateEnumerator
|
||||
XamEnumerate
|
||||
XamInputGetCapabilities
|
||||
XamNotifyCreateListener
|
||||
XamTaskCloseHandle
|
||||
XamTaskSchedule
|
||||
XamUserGetXUID
|
||||
XamUserReadProfileSettings
|
||||
XAudioRegisterRenderDriverClient
|
||||
XeCryptSha
|
||||
XeKeysConsolePrivateKeySign
|
||||
XexCheckExecutablePrivilege
|
||||
XGetAVPack
|
||||
XNotifyPositionUI
|
||||
Reference in New Issue
Block a user