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

Importing #13

Closed kker4m closed 1 year ago

kker4m commented 1 year ago

While trying to run a obfuscated script with multiple .py files, I got an error just like can't import the a function from b.py

note: All scripts are obfuscated

kker4m commented 1 year ago

As you think, after selecting the "Rename Classes, Functions, Variables & Parameters" option as N, my problem has been solved.