billythegoat356 / Hyperion

The most powerful 100% Python obfuscator.
Eclipse Public License 2.0
338 stars 58 forks source link

[BUG] FileNotFoundError: [Errno 2] No such file or directory: 'obf-../myfile.py' #20

Open VBPROGER opened 1 year ago

VBPROGER commented 1 year ago

If you specify "../" (parent directory) + "myfile.py" it will crash. Don't use string concatenation, use the safe os.path.join instead.

LcyDev commented 1 year ago

https://github.com/ConaII/Hyperion

I will be fixing this in my fork soon.

LcyDev commented 1 year ago

I need more information about this, is it like this?: image

VBPROGER commented 1 year ago

Yes.

VBPROGER commented 1 year ago

Any fixes?

LcyDev commented 1 year ago

Idk, it works fine in my fork Maybe it was bc i used quotes i don't remember rn

VBPROGER commented 1 year ago

Is it fixed?