0sir1ss / Anubis

[UNMAINTAINED] A Python script to obfuscate and protect your code through anti debuggers, junk code and custom encryption.
MIT License
308 stars 38 forks source link

No module named 'IIIlIIIlIIIlIlI' #31

Open dineshbvadhia opened 8 months ago

dineshbvadhia commented 8 months ago

Received a no module named error on an 'import signal'. Any ideas?

# myprogram.py
import signal   # eqivalent L127 in myprogram-obf.py
Traceback (most recent call last):
  File "...\myprogram-obf.py", line 127, in <module>
    import IIIlIIIlIIIlIlI
ModuleNotFoundError: No module named 'IIIlIIIlIIIlIlI'