feat: 修改pycdc默认路径
This commit is contained in:
parent
977841837d
commit
cb30fddb1c
@ -423,7 +423,7 @@ def main():
|
||||
"-p",
|
||||
"--pycdc",
|
||||
help="Path to pycdc.exe to decompile",
|
||||
default=os.getenv("pycdc"),
|
||||
default=os.getenv("PATH"),
|
||||
)
|
||||
args = parser.parse_args()
|
||||
output_format = "txt" # Default output format
|
||||
|
Loading…
x
Reference in New Issue
Block a user