codeql_compile icon indicating copy to clipboard operation
codeql_compile copied to clipboard

FileNotFoundError: [WinError 3] 系统找不到指定的路径。

Open maybe-why-not opened this issue 3 years ago • 1 comments
trafficstars

E:\codeql\codeql_compile
λ python3 codeql_compile.py -a D:\infiles -o D:\infiles_save_1643827355 -c
Traceback (most recent call last):
  File "E:\codeql\codeql_compile\codeql_compile.py", line 127, in <module>
    check()
  File "E:\codeql\codeql_compile\codeql_compile.py", line 70, in check
    shutil.rmtree(save_path + "/procyon_class")
  File "E:\Python39\lib\shutil.py", line 737, in rmtree
    return _rmtree_unsafe(path, onerror)
  File "E:\Python39\lib\shutil.py", line 596, in _rmtree_unsafe
    onerror(os.scandir, path, sys.exc_info())
  File "E:\Python39\lib\shutil.py", line 593, in _rmtree_unsafe
    with os.scandir(path) as scandir_it:
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\\infiles_save_1643827355/procyon_class'

maybe-why-not avatar Feb 03 '22 08:02 maybe-why-not

可以先不用校验那个步骤,第一步反编译目前来说够用了

ice-doom avatar Feb 03 '22 11:02 ice-doom