mirror of https://github.com/jackwener/wx-cli.git
refactor(find_all_keys_windows): drop unused constants imports
parent
6d9b2c0fe4
commit
bc80a1578d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue