fix: add 8th patch for Honeycam lm.dll key validation bypass

This commit is contained in:
2026-07-31 07:26:45 +08:00
parent 4f2cdfbb1e
commit 74c34aec27
+2
View File
@@ -81,6 +81,8 @@ PATCHES = [
'NOP: @ symbol check'),
(0x0F8F39, b'\x0F\x8E\x21\x05\x00\x00', b'\x90\x90\x90\x90\x90\x90',
'NOP: @ position check'),
(0x0F8F54, b'\x74\x1B', b'\xEB\x1B',
'jz -> jmp (skip lm.dll key validation)'),
]