Created
April 30, 2025 17:05
-
-
Save adeii/d78f9f44ea7484af8384a6a221c32600 to your computer and use it in GitHub Desktop.
Zen 1.11.x on Win 7 x64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zen browser 1.11.5b (FF 137) x64 | |
-------------------------------- | |
browser\omni.ja has problem - can not open search, settings or webpage. | |
legacyBackend = true and WindowsJumpLists.mjs are not enough any more. | |
solved: nssckbi.dll - is essential library. | |
toolkit.legacyUserProfileCustomizations.stylesheets = true | |
browser.tabs.drawInTitlebar = true <--old | |
_initialized: true <--new | |
browser.tabs.InTitlebar | |
xul.exe | |
------- | |
B8: 06 | |
C0: 06 | |
BF D8 07 49 8D 84 24 00 00 C0 7F 48 89 44 24 28 -> | |
4C 89 64 24 20 4C 89 E1 4C 89 FA 41 B8 01 00 00 | |
00 41 B9 01 00 00 00 FF 15 50 C8 D8 07 89 C5 48 | |
BF D8 07 49 8D 84 24 00 00 C0 7F 90 90 90 90 90 | |
90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 | |
90 90 90 31 C0 90 90 90 90 90 90 90 90 89 C5 48 | |
48 89 50 08 EB 8E CC CC CC CC CC CC CC CC CC CC 41 57 41 56 41 55 41 54 56 57 55 53 48 83 EC 78 -> | |
48 89 50 08 EB 8E CC CC CC CC CC CC CC CC CC CC B8 01 00 00 00 C3 41 54 56 57 55 53 48 83 EC 78 | |
63 00 6F 00 6D 00 62 00 61 00 73 00 65 00 2E 00 64 00 6C 00 6C 00 -> | |
6F 00 6C 00 65 00 33 00 32 00 2E 00 64 00 6C 00 6C 00 00 00 00 00 (c.o.m...b.a.s.e -> o.l.e.3.2...d.l.l) | |
RoGetAgileReference -> OleInitialize | |
RtlAddGrowableFunctionTable -> ZwClose | |
USER32.dll -> USER64.dll | |
KERNEL32.dll -> KERNEL64.dll | |
bcryptprimitives.dll -> xcryptprimitives.dll | |
mozglue.exe | |
----------- | |
B8: 06 | |
C0: 06 | |
api-ms-win-core-version-l1-1-1.dll -> version.dll | |
api-ms-win-core-psapi-l1-1-0.dll -> kernel32.dll | |
api-ms-win-core-version-l1-1-0.dll -> version.dll | |
api-ms-win-core-libraryloader-l1-2-0.dll -> kernel64.dll | |
api-ms-win-core-libraryloader-l1-2-1.dll -> kernel32.dll | |
api-ms-win-core-heap-l2-1-0.dll -> kernel32.dll | |
api-ms-win-core-errorhandling-l1-1-1.dll -> kernel32.dll | |
api-ms-win-core-handle-l1-1-0.dll -> kernel32.dll | |
api-ms-win-core-memory-l1-1-0.dll -> kernel32.dll | |
api-ms-win-core-file-l1-1-0.dll -> kernel32.dll | |
api-ms-win-core-processthreads-l1-1-0.dll -> kernel32.dll | |
api-ms-win-core-realtime-l1-1-0.dll -> kernel32.dll | |
api-ms-win-core-realtime-l1-1-1.dll -> kernel64.dll | |
api-ms-win-core-registry-l1-1-0.dll -> advapi32.dll | |
api-ms-win-core-rtlsupport-l1-1-0.dll -> ntdll.dll | |
api-ms-win-core-sysinfo-l1-2-0.dll -> kernel32.dll | |
zen.exe | |
private_browsing.exe | |
gkcodecs.dll | |
nssckbi.dll | |
nss3.exe | |
lgpllibs.dll | |
------------------------- | |
B8: 06 | |
C0: 06 | |
nmhproxy.exe | |
------------ | |
B8: 06 | |
C0: 06 | |
bcryptprimitives.dll -> xcryptprimitives.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment