Blank-c / BlankOBF

BlankOBF is a Python obfuscation tool designed to make Python programs harder to understand for casual users. It offers advanced obfuscation techniques and customization options, making it seamless to integrate into your development workflow.
MIT License
94 stars 19 forks source link

how the hell do i use this #14

Closed zuqwz closed 8 months ago

zuqwz commented 1 year ago

`c:\Users\zuqwz>python BlankOBF.py -o D: main.py

Traceback (most recent call last): File "c:\Users\zuqwz\BlankOBF.py", line 144, in BlankOBF(code, args.path) File "c:\Users\zuqwz\BlankOBF.py", line 24, in init self.finalize() File "c:\Users\zuqwz\BlankOBF.py", line 121, in finalize with open(self.outpath, "w") as e: ^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 13] Permission denied: 'D:'`

executed the command on cmd with admin

k0frr commented 11 months ago

python BlankOBF.py "main.py"