diff --git a/ntdll.txt b/ntdll.txt index 3d639bfc..357dc4a7 100644 --- a/ntdll.txt +++ b/ntdll.txt @@ -92,8 +92,8 @@ Windows 11 v10.0.22621.1928 │ 88 │ NtWriteRequestData │ 87 │ 0x57 │ │ 89 │ NtOpenDirectoryObject │ 88 │ 0x58 │ │ 90 │ NtAccessCheckByTypeAndAuditAlarm │ 89 │ 0x59 │ -│ 91 │ NtQuerySystemTime │ 91 │ 0x5b │ -│ 92 │ NtWaitForMultipleObjects │ 91 │ 0x5b │ +│ 91 │ NtWaitForMultipleObjects │ 91 │ 0x5b │ +│ 92 │ NtQuerySystemTime │ 91 │ 0x5b │ │ 93 │ NtSetInformationObject │ 92 │ 0x5c │ │ 94 │ NtCancelIoFile │ 93 │ 0x5d │ │ 95 │ NtTraceEvent │ 94 │ 0x5e │ diff --git a/ux/cpu.go b/ux/cpu.go index 8314bdc0..f519c816 100644 --- a/ux/cpu.go +++ b/ux/cpu.go @@ -200,7 +200,7 @@ func LayoutCpu() unison.Paneler { top := widget.NewTab("cpu and reg", "", TopHSplit) bottom := widget.NewTab("hex editor and stack", "", BottomHSplit) - vSplit := widget.NewVSplit(top, bottom, 0.1) + vSplit := widget.NewVSplit(top, bottom, 0.3) return vSplit.Dock }