WolfHex / PyDelta-PythonObfuscator

PyDelta is a Python script designed to obfuscate Python source code, making it more difficult to understand and reverse-engineer.
https://wolfhex.com/
MIT License
12 stars 6 forks source link

Keyword Argument not being obfuscated properly. #2

Closed therealOri closed 2 months ago

therealOri commented 2 months ago

System info:

- Linux Manjaro
- Python: 3.12.3
- Version: Latest



Screenshot & Traceback:

image

Traceback (most recent call last):
  File "/home/ori/Documents/GitHub/DEV_TESTING/PyDelta-PythonObfuscator/obf4_example.py", line 5, in <module>
    exec(lIIlIIIlllIIIIllIIIIIlIIlIlIlllI(IllIlIIllIIIIIIIIlIllIIlIIIllIII, IIllllIlIIlIlllllIlllIIllIlIllIl, IllIlllIIllIlllIlllIllllIlIlllll))
  File "<string>", line 5, in <module>
  File "<string>", line 5, in <module>
  File "<string>", line 5, in <module>
  [Previous line repeated 26 more times]
  File "<string>", line 5472, in <module>
TypeError: IllIIlIIlllIIIIlllllIIlIIIlIIlll() got an unexpected keyword argument 'msg'

WolfHex commented 2 months ago

Issue resolved by @therealOri in PR #3 . The fix has been merged into the main branch.