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 |
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
opera.exe + VxKex - works! | |
---------- | |
B8: 06 | |
C0: 06 | |
120: 000000000 | |
89 F9 E8 E9 6C 01 00 48 8D 4C 24 30 84 C0 74 20 -- 89 F9 E8 E9 6C 01 00 48 8D 4C 24 30 90 90 90 90 | |
62 00 63 00 72 00 79 00 70 00 74 00 70 -- 78 00 63 00 72 00 79 00 70 00 74 00 70 (bcryptprim - xcryptprim) |
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
OPERA 118 x86 (Chromium 133) -- does not work yet with VxKex | |
---------------------------- | |
opera.exe | |
=========== | |
b8: 06 | |
C0: 06 | |
110-Security Directory RVA / Size --> 00000000 | |
55 89 E5 53 57 56 83 EC 18 89 D6 89 CF A1 40 40 -- 55 89 E5 53 57 56 83 EC 78 89 D6 89 CF A1 40 40 |
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
Yandex 132.x x86 | |
------------------------ | |
browser.exe <--- Enable VxKex | |
=========== | |
b8: 06 | |
C0: 06 | |
110-Security Directory RVA / Size --> 00000000 | |
55 89 E5 53 57 56 83 EC 18 89 D6 89 CF A1 40 E0 -- 55 89 E5 53 57 56 83 EC 78 89 D6 89 CF A1 40 E0 |
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
THROME 134.0.6998.178 x86 (trom = sluggish) | |
------------------------- | |
chrome.exe | |
=========== | |
b8: 06 | |
C0: 06 | |
110-Security Directory RVA / Size --> 00000000 | |
55 89 E5 53 57 56 83 EC 18 89 D6 89 CF A1 40 E0 -- 55 89 E5 53 57 56 83 EC 78 89 D6 89 CF A1 40 E0 |
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
Firefox 135.0.0 x64 | |
------------------- | |
browser\omni.ja has problem - can not open search, settings or webpage. Older FF134 omni.ja has no problem. | |
legacyBackend = true and WindowsJumpLists are not enough any more. | |
xul.exe | |
------- | |
B8: 06 | |
C0: 06 |
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
Firefox 135.0.0 x86 | |
------------------- | |
firefox.exe | |
----------- | |
B8: 06 | |
C0: 06 | |
66 00 00 89 C7 8B 06 8B 58 20 89 D9 FF 15 28 CC -> | |
66 00 00 E9 98 6C 00 00 90 90 89 D9 FF 15 28 CC |
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
The easy way: | |
git clone https://github.com/strawberrymusicplayer/strawberry-mxe | |
cd strawberry-mxe | |
make update-package-strawberry MXE_PLUGIN_DIRS=plugins/apps | |
make strawberry-installer MXE_PLUGIN_DIRS=plugins/apps | |
The resulting package with dependencies should be in usr/i686-w64-mingw32.shared/apps/strawberry/ | |
The custom way (from ~/strawberry-mxe): |
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
qwindows.dll | |
------------ | |
SystemParametersInfoForDpi -> SystemParametersInfoW | |
GetWindowDpiAwarenessContext -> GetMonitorInfoW | |
GetAwarenessFromDpiAwarenessContext -> GetMonitorInfoW | |
EnableNonClientDpiScaling -> SetLastErrorEx | |
SetProcessDpiAwarenessContext -> SetProcessDPIAware | |
GetSystemMetricsForDpi -> GetSystemMetrics | |
GetDpiForWindow -> GetMonitorInfoW | |
GetPointerType -> GetCursorInfo |
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
xul.dll FF133 | |
41 B8 01 00 00 00 41 B9 01 00 00 00 FF 15 BD 2B | |
63 07 89 C5 4C 89 F1 FF 15 E2 23 63 07 85 ED 0F | |
85 B9 0C 00 00 4C 8D 8C 24 F0 02 00 00 4C 89 E1 | |
48 89 FA 41 B8 20 00 00 00 FF 15 68 37 63 07 85 | |
--> | |
41 B8 01 00 00 00 41 B9 01 00 00 00 90 90 90 90 |
NewerOlder