specialz
45d16cfcde
fix: restore online verify, NOP BADF3300 exit for offline path
...
- Restore sub_1401581D0 to original (let it run, server will reject)
- NOP jz at 0xF911A to skip BADF3300 error exit
- After online verify fails, code continues to offline registration path
- Offline path writes registry data using the product key itself
- 7 patches: 1x return 1 + 5x NOP + 1x jz->jmp
2026-07-31 07:43:46 +08:00
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
specialz
b9f0c785d8
docs: simplify README for end users
2026-07-31 05:48:57 +08:00
specialz
2625b666f6
docs: 重写 README
2026-07-31 05:43:25 +08:00
specialz
d00677c68b
Auto-detect Bandizip install dir via registry
...
- find_bandizip_dir(): checks HKLM\SOFTWARE\Bandizip\ProgramFolder,
uninstall info, and common paths
- Support BANDIZIP_DIR env var override
- Remove hardcoded path D:\Apps\Bandizip
2026-07-31 05:41:43 +08:00
specialz
e3d2a08f55
Initial commit: Bandizip Professional Patcher & Keygen
...
- bandizip_patcher.py: one-click patcher (backup/patch/restore/status)
- bandizip_keygen.py: product key generator
- 8 patches, 35 bytes total
2026-07-31 05:41:43 +08:00
specialz
c85a91c472
Initial commit
2026-07-31 05:41:43 +08:00