Skip to content

Instantly share code, notes, and snippets.

View adeii's full-sized avatar

adeii

  • Seven Hells
View GitHub Profile
@adeii
adeii / gist:d78f9f44ea7484af8384a6a221c32600
Created April 30, 2025 17:05
Zen 1.11.x on Win 7 x64
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
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)
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
@adeii
adeii / gist:dcac55a821861fc8079dbab113ff76db
Created April 12, 2025 23:39
Yandex 25.2 x86 on Win 7
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
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
@adeii
adeii / gist:4aa76a4ed47aca4a2c2a6ff17202eb99
Last active February 13, 2025 22:38
FyreFux 135 appendix
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
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
@adeii
adeii / gist:8940cfc1ca67c5e7619873d151a1024c
Last active December 30, 2024 20:34
Jagodica XCompile
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):
@adeii
adeii / gist:07426ddccd471d6dde38bc178cc884ca
Last active January 16, 2025 08:36
OBS 31 x64 for VxKex
qwindows.dll
------------
SystemParametersInfoForDpi -> SystemParametersInfoW
GetWindowDpiAwarenessContext -> GetMonitorInfoW
GetAwarenessFromDpiAwarenessContext -> GetMonitorInfoW
EnableNonClientDpiScaling -> SetLastErrorEx
SetProcessDpiAwarenessContext -> SetProcessDPIAware
GetSystemMetricsForDpi -> GetSystemMetrics
GetDpiForWindow -> GetMonitorInfoW
GetPointerType -> GetCursorInfo
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