0sir1ss / Anubis

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

TypeError: 'bool' object is not callable #1

Closed PandoricGalaxy closed 2 years ago

PandoricGalaxy commented 2 years ago

image

PandoricGalaxy commented 2 years ago

any help?

PandoricGalaxy commented 2 years ago

@0sir1ss

PandoricGalaxy commented 2 years ago

Why closed it??? @0sir1ss

0sir1ss commented 2 years ago

Fixed

PandoricGalaxy commented 2 years ago

image Now new error

0sir1ss commented 2 years ago

Try obfuscating without junk code or anti debugger and see what line the error is on

PandoricGalaxy commented 2 years ago

Try obfuscating without junk code or anti debugger and see what line the error is on

Tried with all off but still...

0sir1ss commented 2 years ago

Yes, the error is in the code you're obfuscating. Check the line number and check the indentation. Make sure your code is compatible with python 3.3-3.7

0sir1ss commented 2 years ago

Updated the obfuscator, code should now be compatible regardless of python 3.x.x version