refactor(find_all_keys_windows): drop unused constants imports

This commit is contained in:
PeanutSplash
2026-03-06 16:53:14 +08:00
committed by ylytdeng
parent 6d9b2c0fe4
commit bc80a1578d

View File

@@ -13,7 +13,6 @@ print = functools.partial(print, flush=True)
from key_scan_common import ( from key_scan_common import (
collect_db_files, scan_memory_for_keys, cross_verify_keys, save_results, collect_db_files, scan_memory_for_keys, cross_verify_keys, save_results,
PAGE_SZ, KEY_SZ, SALT_SZ,
) )
kernel32 = ctypes.windll.kernel32 kernel32 = ctypes.windll.kernel32