Commit Graph
4 Commits
Author SHA1 Message Date
specialz 697e7175e8 fix: restore register and registry-write functions, fix keygen format
- Restore sub_1400F9690 (register function) to original
- Restore sub_140155E90 (registry write) to original
- Keygen now generates 26-char keys: YYYYMMDD + 18 random chars
- Matches Honeycam's regex validation: [2][0-1][0-9][0-9][0-1][0-9][0-3][0-9]
- 7 patches: 2x return 1 + 4x NOP + 1x jz->jmp
2026-07-31 07:40:58 +08:00
specialz ef8d1e1e5d fix: patch register function to return 1 for Honeycam 2026-07-31 07:31:53 +08:00
specialz 74c34aec27 fix: add 8th patch for Honeycam lm.dll key validation bypass 2026-07-31 07:26:45 +08:00
specialz 4f2cdfbb1e feat: add Honeycam Professional patcher & keygen
- honeycam_patcher.py: one-click patcher with auto-detect, backup, restore
- 7 patches (3x return 1 + 4x NOP format checks)
- Built-in keygen
- Same framework as Bandizip (Bandisoft shared codebase)
2026-07-31 07:21:27 +08:00