This commit is contained in:
恍兮惚兮 2024-06-25 19:58:04 +08:00
parent 8a6181861a
commit d3383afb28

View File

@ -236,6 +236,8 @@ for f in collect:
_target = "kernel32.dll"
elif _dll.lower().startswith("api-ms-win-crt"):
_target = "ucrtbase.dll"
else:
continue
_dll = _dll.encode()
_target = _target.encode()
# print(len(bs))